# Byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class

# Distribution / Packaging
dist/
build/
*.egg-info/
.eggs/

# Virtual Environments (uv & venv)
.venv/
venv/
ENV/

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# Local Reports & Data
*.html
*.pdf
*.json
*.csv
!tests/data/*.csv

# IDEs & System
.vscode/
.idea/
.DS_Store