# Runtime secrets: never commit real values
.env
.env.*
!.env.example

# Python
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.egg-info/

# Node
node_modules/
frontend/dist/
frontend/.vite/
coverage/
*.tsbuildinfo

# Local/editor
.DS_Store
.idea/
.vscode/
*.log
