V8055 commited on
Commit
d21d3a4
·
verified ·
1 Parent(s): 532c5e6

Delete .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +0 -45
.gitignore DELETED
@@ -1,45 +0,0 @@
1
- # Python
2
- __pycache__/
3
- *.py[cod]
4
- *$py.class
5
- *.so
6
- .Python
7
- build/
8
- develop-eggs/
9
- dist/
10
- downloads/
11
- eggs/
12
- .eggs/
13
- lib/
14
- lib64/
15
- parts/
16
- sdist/
17
- var/
18
- wheels/
19
- *.egg-info/
20
- .installed.cfg
21
- *.egg
22
-
23
- # Virtual Environment
24
- .env
25
- .venv
26
- env/
27
- venv/
28
- ENV/
29
-
30
- # IDE specific files
31
- .idea/
32
- .vscode/
33
- *.swp
34
- *.swo
35
- .DS_Store
36
-
37
- # Jupyter Notebook
38
- .ipynb_checkpoints
39
-
40
- # Streamlit specific
41
- .streamlit/secrets.toml
42
-
43
- # Local data files
44
- *.csv
45
- *.pkl