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

# Pixi
.pixi/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Editors
.vscode/
.idea/
*.swp

# Secrets
.env

# Data — immutable source data and generated outputs are not committed
data/raw/
outputs/

# OS
.DS_Store
Thumbs.db
