__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.venv/
venv/
env/
.runtime/
.env
.env.*
!.env.example

backend/data/

frontend/node_modules/
frontend/dist/

*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

.DS_Store
Thumbs.db
Desktop.ini

.vscode/
.idea/
