nyx-bot/.gitignore

30 lines
259 B
Plaintext
Raw Normal View History

2022-09-06 10:50:14 +02:00
# 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
2023-02-01 13:48:51 +01:00
nyx_bot.toml
2022-09-06 10:50:14 +02:00
# Log files
*.log
2022-09-14 02:48:48 +02:00
# Auth token
credentials.json