tuxbot-bot/.gitignore

13 lines
95 B
Plaintext
Raw Normal View History

2018-12-03 01:26:23 +01:00
#Python
__pycache__/
*.pyc
.env
config.py
2019-05-30 01:57:17 +02:00
.DS_Store
private.py
#jetbrains
.idea/
#other
*.log