Skip to content

Commit f82f628

Browse files
committed
Add .gitignore to ignore non-source code files
1 parent f492963 commit f82f628

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
__pycache__/
2+
*.py[cod]
3+
*$py.class
4+
*.so
5+
.Python
6+
build/
7+
dist/
8+
downloads/
9+
eggs/
10+
.eggs/
11+
*.egg-info/
12+
*.egg
13+
*.log
14+
docs/_build/
15+
.python-version
16+
.env
17+
.venv
18+
env/

0 commit comments

Comments
 (0)