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

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg
MANIFEST

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# ─── Virtual environments ───────────────────────────────────────────────────
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/
.python-version

# ─── Testing / coverage ─────────────────────────────────────────────────────
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover
.hypothesis/

# ─── Type checking ──────────────────────────────────────────────────────────
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# ─── Ruff / lint ────────────────────────────────────────────────────────────
.ruff_cache/

# ─── IDE / editor ───────────────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
desktop.ini

# ─── Build outputs (MkDocs, Sphinx) ─────────────────────────────────────────
site/
docs/_build/
docs/build/

# ─── Project-specific caches ────────────────────────────────────────────────
_framework/cache/
_framework/locks/*.lock.json
_framework/locks_test/
_framework/memory/episodic/*.jsonl
_framework/memory/semantic/*.jsonl
_framework/memory/procedural/*.jsonl
_framework/memory/_test_*/
_framework/observability/agent_metrics.jsonl
_framework/audit/*.jsonl
_framework/continuations/*.yaml
_framework/compliance/evidence.jsonl

# Marketplace fetch logs and cache (regenerable)
_fetch-marketplace.log
_curated-cache.json
_marketplace-cache.json

# Keep skills-lock for reproducibility but ignore install hashes
*.tmp
*.bak

# ─── OS / shell ─────────────────────────────────────────────────────────────
.env
.env.local
.env.*.local
*.env.local

# ─── Claude Code session-local state ────────────────────────────────────────
.claude/

# ─── Sessão #15 — VS Code extension build output ─────────────────────────
vscode-extension/node_modules/
vscode-extension/out/
vscode-extension/*.vsix
vscode-extension/package-lock.json

# Backups + temp framework dirs from smoke tests
backups/
_t/
_bridge_smoke/
_sess13_demo/
_demo_v2/
_demo_final/
_framework_demo/
_live_demo/

# Walking skeleton — benchmark harness with synthetic conversations that
# include test-API-key-shaped strings (sk_test_*) which trigger GitHub secret
# scanning. Local-only; not part of the release.
walking_skeleton/
