tuxbot-bot/.gitignore

13 lines
95 B
Plaintext
Raw Normal View History

2018-12-03 00:26:23 +00:00
#Python
__pycache__/
*.pyc
.env
2019-12-16 17:12:10 +00:00
configs/*
2019-05-29 23:57:17 +00:00
.DS_Store
private.py
#jetbrains
.idea/
#other
*.log