Skip to content

Commit fd9320d

Browse files
authored
.gitignore added
1 parent bf27357 commit fd9320d

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
__pycache__/
2+
*.py[cod]
3+
*$py.class
4+
build/
5+
develop-eggs/
6+
dist/
7+
eggs/
8+
.eggs/
9+
sdist/
10+
wheels/
11+
pip-wheel-metadata/
12+
share/python-wheels/
13+
*.egg-info/
14+
.installed.cfg
15+
*.egg
16+
MANIFEST
17+
*.manifest
18+
*.spec
19+
pip-log.txt
20+
pip-delete-this-directory.txt
21+
.pytest_cache/
22+
.env
23+
.venv
24+
env/
25+
venv/
26+
ENV/
27+
env.bak/
28+
venv.bak/

0 commit comments

Comments
 (0)