tuxbot-bot/.gitignore

13 lines
96 B
Plaintext

#Python
__pycache__/
*.pyc
.env
config.py
.DS_Store
private.py
#jetbrains
.idea/
#other
logs/*