Skip to content

Commit 62eafab

Browse files
Create .gitignore
1 parent 059f5cf commit 62eafab

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

.gitignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
venv
2+
.venv
3+
*.env
4+
*.cache
5+
*.egg
6+
.angela
7+
8+
__pycache__/
9+
*.py[cod]
10+
*$py.class
11+
*.so
12+
.Python
13+
build/
14+
develop-eggs/
15+
dist/
16+
downloads/
17+
eggs/
18+
.eggs/
19+
lib/
20+
lib64/
21+
parts/
22+
sdist/
23+
var/
24+
wheels/
25+
*.egg-info/
26+
.installed.cfg
27+
*.egg
28+
29+
.pytest_cache/
30+
.coverage
31+
htmlcov/
32+
.tox/
33+
.mypy_cache/
34+
.dmypy.json
35+
dmypy.json
36+
37+
.DS_Store

0 commit comments

Comments
 (0)