Skip to content

Commit 4ddc87a

Browse files
committed
FIX: add git ignore
1 parent a2c99a9 commit 4ddc87a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Python cache and bytecode files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# Coverage reports
7+
.coverage
8+
.coverage.*
9+
htmlcov/
10+
coverage.xml
11+
12+
# Build directories
13+
build/
14+
dist/
15+
.eggs/
16+
*.egg-info/
17+
*.egg
18+
# docs build
19+
/docs/_build/
20+
21+
# Editor and OS artifacts
22+
.DS_Store
23+
*.swp
24+
*~
25+
.vscode/
26+
.idea/
27+
.env
28+
.envrc
29+
30+
# Additional
31+
.ipynb_checkpoints/

0 commit comments

Comments
 (0)