
# Security / Secrets

.env
.env.*
!.env.example
.env.local
*.env
*.pem
*.key
secrets.json

# Python
__pycache__/
*.py[cod]
*$py.class

# Distributions / Build
dist/
build/
*.egg-info/
.eggs/

# Virtual Environments
.venv
venv/
ENV/
env/

# Testing / Quality
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# IDEs
.vscode/
.idea/
*.swp
.DS_Store

# Logs
*.log
logs/
tmp/
.runtime/
output/doc/
examples/agent/buyer/policy.json
examples/agent/buyer/*.state.json
examples/agent/buyer/wallet-state.json
examples/agent/buyer/runtime/
examples/agent/runtime/

# Private operating workspace
# Keep the root internal workspace out of git.
internal/
.agents/

# OS
Thumbs.db
video/
