Spaces:
Running
Running
JACOB SHERWOOD
commited on
Commit
·
4e0939d
1
Parent(s):
5eabea6
added app files and gitignore
Browse files- .gitignore +16 -0
.gitignore
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Virtual environment
|
2 |
+
venv/
|
3 |
+
env/
|
4 |
+
.venv/
|
5 |
+
|
6 |
+
# Python cache files
|
7 |
+
__pycache__/
|
8 |
+
*.pyc
|
9 |
+
*.pyo
|
10 |
+
*.pyd
|
11 |
+
.Python
|
12 |
+
|
13 |
+
# Other common files to ignore
|
14 |
+
.DS_Store
|
15 |
+
.env
|
16 |
+
*.log
|