1 parent 1b2b30f commit a38cd39Copy full SHA for a38cd39
1 file changed
.gitignore
@@ -1,54 +1,4 @@
1
```
2
-# Python
3
-__pycache__/
4
-*.py[cod]
5
-*$py.class
6
-*.so
7
-.Python
8
-build/
9
-develop-eggs/
10
-dist/
11
-downloads/
12
-eggs/
13
-.eggs/
14
-lib/
15
-lib64/
16
-parts/
17
-sdist/
18
-var/
19
-wheels/
20
-*.egg-info/
21
-.installed.cfg
22
-*.egg
23
-MANIFEST
24
-
25
-# Virtual environments
26
-venv/
27
-.venv/
28
-ENV/
29
30
-# IDE
31
-.vscode/
32
-.idea/
33
34
-# Environment variables
35
-.env
36
-.env.local
37
-*.env.*
38
39
-# Logs
40
-*.log
41
42
-# Coverage
43
-.coverage
44
-htmlcov/
45
-.coverage.*
46
-.cache
47
48
-# Testing
49
-.pytest_cache/
50
-.mypy_cache/
51
52
-# Distribution / packaging
53
-.pybuild/
54
-```
+# CI/CD
+.github/
+```
0 commit comments