# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
env.bak/
venv.bak/
*.egg-info/
.eggs/
dist/
build/

# Test and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.mypy_cache/
.ruff_cache/

# Local configuration and secrets
.env
.env.*
!.env.example

# Frontend dependencies and build output
frontend/node_modules/
frontend/dist/
frontend/.vite/

# Jupyter and local tooling
.ipynb_checkpoints/
.vscode/
.idea/

# Operating system files
.DS_Store
Thumbs.db
