# Python
__pycache__/
*.py[cod]
*.pyd
*.so

# Virtual environments
.venv/
venv/
ENV/
env/

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

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Type checking / lint / format caches
.mypy_cache/
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# IDE
.vscode/
.idea/

# MATLAB / replication artifacts
*.m
*.mat
*.mlx

# OS
.DS_Store

# Project outputs / artifacts
runs/
output/

# Sphinx
docs/_build/

# Temporary files
*.tmp
*.log

# Private

docs/blueprint/
functions/
README_OLD.md
audit.md
memory-bank/




# Papers / research artifacts (mostly large/unversioned)
papers/*
!papers/__init__.py
!papers/carriero2025forecasting/
papers/carriero2025forecasting/*
!papers/carriero2025forecasting/__init__.py
!papers/carriero2025forecasting/README.md
!papers/carriero2025forecasting/run_replication.py
!papers/carriero2025forecasting/tables.py
assets/paper
docs/code-review-2024-12.md
arXiv-preprint/

# API keys
.env

.windsurf/
.windsurfrules
.planning/

REPO_REVIEW.md
IMPLEMENTATION_PLAN.md
