nyx-bot/.gitignore

30 lines
259 B
Plaintext

# PyCharm
.idea/
# Python virtualenv environment folders
env/
env3/
.env/
# Bot local files
*.db
store/
# Config file
config.yaml
# Python
__pycache__/
*.egg-info/
build/
dist/
# Config file
nyx_bot.toml
# Log files
*.log
# Auth token
credentials.json