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

# Virtual environments
.venv/
venv/
env/

# Test / cache
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# uv
.uv/

# Local dev
.env
.env.*
!.env.example

# Editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Generated outputs
/output/
