# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
venv/
env/

# Environment variables and secrets
.env
.env.local
*.key

# Test files
test_*.py

# Generated output files
*.yaml
test_images/*.yaml

# Python version management
.python-version

# UV package manager
.uv/

# Model caches (downloaded model files, not source code)
.cache/
.huggingface/
/models/
*.pth
*.bin
*.safetensors

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Jupyter notebooks
.ipynb_checkpoints/
*.ipynb

# Logs
*.log
logs/

# uv lock file (keep this tracked for reproducibility)
uv.lock

Claude.md
