Text · 498 bytes Raw Blame History
1 # Python
2 __pycache__/
3 *.py[cod]
4 *$py.class
5 *.so
6 .Python
7 build/
8 develop-eggs/
9 dist/
10 downloads/
11 eggs/
12 .eggs/
13 lib/
14 lib64/
15 parts/
16 sdist/
17 var/
18 wheels/
19 *.egg-info/
20 .installed.cfg
21 *.egg
22
23 # Virtual environments
24 .venv/
25 venv/
26 ENV/
27
28 # IDE
29 .idea/
30 .vscode/
31 *.swp
32 *.swo
33 *~
34
35 # Testing
36 .pytest_cache/
37 .coverage
38 htmlcov/
39 .tox/
40 .nox/
41
42 # Type checking
43 .mypy_cache/
44
45 # Local config
46 .env
47 .env.local
48 *.local.toml
49
50 # OS
51 .DS_Store
52 Thumbs.db
53
54 # Local docs
55 docs/
56 .fackr/
57 node_modules/
58 CLAUDE.md
59 refs/
60 .refs/
61 .loader/
62 .docs/