tuxbot-bot/.gitignore

13 lines
No EOL
97 B
Text

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