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

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# uv
.uv/

# Env / secrets
.env
.env.*

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Output / exports
*.parquet
*.csv
output/
