# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/

# Node / Vite
node_modules/
admin-ui/node_modules/
admin-ui/dist/
admin-ui/.tmp-test/

# Local runtime data and repository workspace configuration
data/
*.db
*.db-wal
*.db-shm
*.sqlite
*.sqlite-wal
*.sqlite-shm
.memforge/

# Local agent/editor config
docs/local/
.codex/
.claude/
.superpowers/
.agents/
!.agents/
!.agents/plugins/
!.agents/plugins/marketplace.json
.mcp.json
.mcp.local.json
AGENTS.local.md
CLAUDE.local.md

# Environment and secrets
.env
.env.*
!.env.example
!.env.*.example
*.pem
*.key

# OS / IDE
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
