# Python & Build
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
*.sarif
bandit-results.json

# Local configuration & credentials
.env
.env.*
!.env.template
.pinterest_token.json

# OpenSpec workflow files
openspec/
.openspec/

# AI Agent directories & workspace metadata
.agent/
.agents/
.claude/
.codex/
.cursor/
.devin/
.gemini/
