1 parent a3a4dae commit a41ac2fCopy full SHA for a41ac2f
1 file changed
.gitignore
@@ -0,0 +1,13 @@
1
+# Packaging / build artifacts
2
+build/
3
+dist/
4
+*.egg-info/
5
+
6
+# Python bytecode
7
+__pycache__/
8
+*.py[cod]
9
10
+# Test / tooling caches
11
+.pytest_cache/
12
+.tox/
13
+.coverage
0 commit comments