38 lines
416 B
Plaintext
38 lines
416 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
*.so
|
|
*.egg-info/
|
|
.eggs/
|
|
.env
|
|
.venv
|
|
.vscode/
|
|
.idea/
|
|
.git/
|
|
.gitignore
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
**/__pycache__/
|
|
**/*.pyc
|
|
**/*.pyo
|
|
**/*.pyd
|
|
|
|
# Local settings
|
|
settings_example.ini
|
|
|
|
# Databases and runtime files
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
logs/
|
|
|
|
# Tests and artifacts
|
|
.coverage
|
|
.pytest_cache/
|
|
htmlcov/
|
|
**/tests/
|
|
|
|
# Stickers and large assets (if not needed at runtime)
|
|
Stick/
|