41 lines
426 B
Plaintext
41 lines
426 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual environments
|
|
venv/
|
|
.venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# SQLite DB & data
|
|
data/
|
|
|
|
# Node / frontend
|
|
frontend/node_modules/
|
|
frontend/.next/
|
|
|
|
# Environment & secrets
|
|
.env
|
|
.env.*
|
|
|
|
# Editor / IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Python tooling caches
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|