# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/

# Testing
.pytest_cache/
.coverage
.benchmarks/
htmlcov/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Environment
.env
.venv/
env/
venv/

# Patient data — never commit
*.db

# Hugo output
site/

# Development directory (local only)
dev/
