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

# Env
.env
.env.*
!.env.example
.venv/
venv_sandbox/

# OS
.DS_Store
Thumbs.db

# uv
.uv/
.aider*

# pytest / mypy / ruff caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.import_linter_cache/

# Armance runtime artifacts (per-project state lives under .armance/)
.armance/

# Generated context files at repo root (from prior session runs)
context/

# Workflow run artifacts (generated at runtime; not part of source)
workflows/runs/

# Scratch / debug exports
tmp/

# IDE / agent metadata
.claude/
.serena/
.roo/
.cline/
.config/
.claude-plugin/
.idea/
.vscode/
.coverage

# Built frontend bundle (generated by ARMANCE_STATIC_EXPORT=1 pnpm build)
src/armance/web_dist/
web/frontend/out/
.playwright-mcp/
