# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Virtual environment
venv/
.venv/

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store
Thumbs.db

# Generated figures (reproducible via scripts/visualize.py and scripts/arief2026/)
figures/

# Jupyter
.ipynb_checkpoints/

# Notebook-generated outputs (reproducible by re-running notebooks)
notebooks/*.png
notebooks/*.pdf
notebooks/*.csv

# MkDocs
site/

# Claude Code
.claude/
