tenseleyflow/documentlanguagemodel / 27dcd40

Browse files

chore: expand gitignore for python artifacts

Authored by espadonne
SHA
27dcd40b6489c77bf792ab4151f3369ca76ccd00
Tree
2b5f98c

1 changed file

StatusFile+-
A .gitignore 32 0
.gitignoreadded
@@ -0,0 +1,32 @@
1
+.docs/
2
+CLAUDE.md
3
+.fackr/
4
+CLAUDE.md
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
+
23
+# build + dist
24
+build/
25
+dist/
26
+*.egg-info/
27
+
28
+# editors
29
+.idea/
30
+.vscode/
31
+*.swp
32
+.DS_Store