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

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
wheels/
sdist/
share/python-wheels/

# uv
.venv/
uv-cache/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.mypy_cache/
.ruff_cache/
.hypothesis/

# Environment
.env
.envrc

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project-local
*.local
.agentforge-state/.session-cache

# AI-assistant working state — local session tracking, not part of
# the published project. The process docs under .claude/ (standards,
# checklists, CLAUDE.md) are intentionally kept tracked; only the
# churny per-session state files are ignored.
.claude/state/

# Launch / go-to-market drafts — local-only marketing material,
# never published to the repo.
launch/
