19 lines
195 B
Plaintext
19 lines
195 B
Plaintext
# Configs
|
|
priceybot2/config/*
|
|
!priceybot2/config/*.*.sample
|
|
docker-config/*
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# JetBrains stuff
|
|
.idea/
|
|
|
|
# Python stuff
|
|
__pycache__/
|
|
venv/
|
|
|
|
# Secrets
|
|
*.secret
|
|
|
|
priceybot2/node_modules |