Spaces:
Paused
Paused
Commit ·
35b532d
1
Parent(s): e70254f
ignore pyc files too
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -5,6 +5,7 @@
|
|
| 5 |
*.vscode
|
| 6 |
*.egg-info
|
| 7 |
*__pycache__
|
|
|
|
| 8 |
.venv
|
| 9 |
site/*
|
| 10 |
build/*
|
|
|
|
| 5 |
*.vscode
|
| 6 |
*.egg-info
|
| 7 |
*__pycache__
|
| 8 |
+
**/*.pyc
|
| 9 |
.venv
|
| 10 |
site/*
|
| 11 |
build/*
|