# Data reproducibility layer
data/*
!data/.gitignore
!data/README.md
!data/*/
data/datasets/
!data/*/raw/
data/*/raw/**
!data/*/raw/.gitkeep
data/*/cache/
!data/*/README.md
!data/*/*.py

# Environments
.venv/
venv/
ENV/
.env

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/

# Build artifacts
build/
dist/

# Caches
.cache/

# OS / editor
.DS_Store
Thumbs.db
*.swp
.vscode/
.idea/
workspace/
# Coverage
.coverage
htmlcov/

.quarto/
**/*.quarto_ipynb

/.quarto/
