# Python
__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
.coverage
coverage.xml
.pytest_cache/
.ruff_cache/

# OS
.DS_Store

# Secrets / credentials (WRDS etc.)
.env
.env.*
*.pgpass

# Built data & downloads — never commit bulk outputs; only tiny curated slices are added explicitly.
*.parquet
data/
cache/
downloads/
~/.numeraire_data/
