# Worktrees
.worktrees/

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
dist-archive/
build/
.eggs/
.venv/
venv/
.venv-publish/
node_modules/
env/
.env

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Cursor / agent debug (local)
debug-*.log

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

# OS
.DS_Store
Thumbs.db

# AIngram
*.db
.aingram/
.ruff_cache/
docs/

# Model weights — never commit
*.pt
*.gguf
*.bin
*.safetensors
*.onnx

# Training data
data/
