# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
wheelhouse/
develop-eggs/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg
MANIFEST
src/merton/_version.py

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

# uv
.uv-cache/
uv.lock.bak

# Testing / coverage
.coverage
.coverage.*
htmlcov/
.cache/
.pytest_cache/
.tox/
.nox/
.hypothesis/
coverage.xml
*.cover
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Jupyter
.ipynb_checkpoints/
*.ipynb_meta

# Docs
docs/_build/
docs/api/_autoapi/
docs/jupyter_execute/
docs/.doctrees/

# Numba cache
__pycache__/
*.nbi
*.nbc

# Benchmarks
.benchmarks/
benchmarks/results/

# Local environment
.env
.env.local
*.local

# Local Claude project instructions (never tracked)
CLAUDE.md

# Excel artifacts
*.xlsx.bak
~$*.xlsx
~$*.xlsm

# Cache directories
.merton-cache/

# Profiling
*.prof
*.lprof
