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

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
wheels/

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

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/

# Type / lint caches
.mypy_cache/
.ruff_cache/

# Docs build
site/

# LaTeX build artifacts (paper/)
paper/*.aux
paper/*.log
paper/*.out
paper/*.pdf

# Notebooks
.ipynb_checkpoints/

# Datasets (NOT bundled; downloaded on demand by scripts/fetch_data.py)
data/
*.csv
!tests/fixtures/*.csv

# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# Internal planning docs — never publish
docs/internal/
