# 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/

# Data
.lancedb/

# dev
CLAUDE.md
AGENTS.md
