ShopBot/.gitignore

17 lines
168 B
Plaintext
Raw Permalink Normal View History

2022-06-04 22:02:51 +03:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Bot files
*.sqlite3
*.bak
*.env
!dist.env
venv/
test.py
2022-06-05 15:07:48 +03:00
departed
.idea