# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/

# Formatting
.mypy_cache/
.ruff_cache/

# Metrics
.complexity
.coverage
complexity.xml
coverage.xml

# Virtual environments
.venv/

# uv
dist/

# VScode
.vscode/

# Generated data
data.csv
data.json

# Secrets
.env
