There was an error while loading. Please reload this page.
1 parent 1fb3ef2 commit c6d0ac6Copy full SHA for c6d0ac6
1 file changed
.gitignore
@@ -1,4 +1,31 @@
1
-**/__pycache__
+# Byte-compiled / optimized / DLL files
2
+__pycache__/
3
+*.py[codz]
4
+*$py.class
5
+
6
+# C extensions
7
+*.so
8
9
+# Distribution / packaging
10
+.Python
11
+build/
12
+develop-eggs/
13
+dist/
14
+downloads/
15
+eggs/
16
+.eggs/
17
+lib/
18
+lib64/
19
+parts/
20
+sdist/
21
+var/
22
+wheels/
23
+share/python-wheels/
24
+*.egg-info/
25
+.installed.cfg
26
+*.egg
27
+MANIFEST
28
29
# MyST docs
30
_build
31
node_modules/
0 commit comments