# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# MkDocs rendered output (built in CI by .gitea/workflows/docs.yml)
site/

# Virtual environments
.venv/
venv/

# Testing
.coverage
htmlcov/
.pytest_cache/

# IDE
.idea/
.vscode/
*.swp

# Tools
.ruff_cache/
.mypy_cache/

# Environment
.env

# Generated docs
docs/api/

# Agent memory: per-developer cache is gitignored,
# but the shared team-memory markdown artifacts (decisions,
# conventions, infrastructure, plans, api-contracts, issues,
# recipes, session logs) under `.agent/team/` are tracked
# per CLAUDE.md governance. JSON plan artifacts and the
# memory DB stay per-developer.
.agent/*
!.agent/team/
.agent/team/*
!.agent/team/**/
!.agent/team/**.md
.agent/team/**/*.json
**/__pycache__/
.DS_Store

# Local tooling / dev artifacts (must never be packaged)
.antigravitycli/
.tui_chroma_db/
.tui_graph_db.json
user_profile.json
.agent/orch/

# Node deps (simulator, scaffolded webapps built locally)
node_modules/
