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

# Virtual environments
.venv/
venv/

# uv
.uv-cache/

# Environment
.env
.env.*

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.hypothesis/
.ordeal/

# Data
.lancedb/

# Docs
site/

# Model artifacts
*.safetensors
*.safetensors.index.json
tokenizer.json
tokenizer_config.json
special_tokens_map.json
added_tokens.json
vocab.json
merges.txt
experiments/
ideas.md

# dev
CLAUDE.md
AGENTS.md
