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

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# agentforge output (generated artifacts — not source code)
agent/

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
