Text · 338 bytes Raw Blame History
1 # Planning + session artifacts (local-only)
2 .docs/
3 CLAUDE.md
4 .fackr/
5 .refs/
6
7 # python
8 __pycache__/
9 *.py[cod]
10 *$py.class
11 *.so
12
13 # envs
14 .venv/
15 venv/
16 .env
17
18 # tooling caches
19 .mypy_cache/
20 .pytest_cache/
21 .ruff_cache/
22 .coverage
23 htmlcov/
24
25 # build + dist
26 build/
27 dist/
28 *.egg-info/
29
30 # editors
31 .idea/
32 .vscode/
33 *.swp
34 .DS_Store
35 site/
36 .claude/
37 AGENTS.md