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

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.mypy_cache/
.ruff_cache/

# Docs
site/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/

# AgentTape scratch
*.derived.yaml
.agenttape_tmp/
