clash-telegram-bot/.gitignore

15 lines
169 B
Plaintext
Raw Permalink Normal View History

2022-03-18 22:25:50 +03:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
venv/
*.txt
!requirements.txt
*.ini
!example_config.ini
2022-03-19 01:21:10 +03:00
test.py
*.sqlite3