__pycache__
*.pyc
*.pyo
.pytest_cache
.ruff_cache
.mypy_cache
.mypy_cache/
*.egg-info
dist/
build/
site/
.venv/
venv/
.git/
.gitignore
node_modules/
dash/frontend/node_modules/
dash/frontend/dist/
tests/
reports/
*.md
!README.md
docs/
.env
*.db-shm
*.db-wal
