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

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Environment & Secrets
.env
.env.*
!.env.example
*.pem
*.key
*.crt
credentials.json
secrets.yaml
secrets.yml

# AI Governance Artifacts
.agent/logs/
.agent/cache/
.failsafe/governance/local/
*.governance.local.json

# Node
node_modules/

# Test & Coverage
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/

# Build artifacts
*.whl
*.tar.gz

# Cloned upstream (managed separately)
agent-governance-toolkit/
