# Planning + session artifacts (local-only) .docs/ CLAUDE.md .fackr/ .refs/ # python __pycache__/ *.py[cod] *$py.class *.so # envs .venv/ venv/ .env # tooling caches .mypy_cache/ .pytest_cache/ .ruff_cache/ .coverage htmlcov/ # build + dist build/ dist/ *.egg-info/ # editors .idea/ .vscode/ *.swp .DS_Store site/ .claude/ AGENTS.md