# Python
__pycache__/
*.py[cod]
*.egg-info/

# Virtual environments
.venv/
venv/

# Build and distribution
dist/
build/

# Documentation
archive/
site/
docs/blog/archive/
docs/examples/archive/
docs/examples/data/

# Jupyter
.ipynb_checkpoints

# Testing and linting
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage

# OS
.DS_Store

# Project
local/
publish.md
.claude/

# Custom model files
prefab/models/*.py
!prefab/models/__init__.py
!prefab/models/base.py
!prefab/models/evaluation.py
