CB commited on
Commit
399ec8c
·
verified ·
1 Parent(s): a985f37

Delete .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +0 -42
.gitignore DELETED
@@ -1,42 +0,0 @@
1
- # Byte-compiled / optimized / DLL files
2
- __pycache__/
3
- *.pyc
4
- *.pyo
5
- *.pyd
6
-
7
- # Virtual environments
8
- venv/
9
- env/
10
- ENV/
11
-
12
- # IDE settings
13
- .idea/
14
- .vscode/
15
-
16
- # Compiled source
17
- *.com
18
- *.class
19
- *.dll
20
- *.exe
21
- *.o
22
- *.so
23
-
24
- # Logs and databases
25
- *.log
26
- *.sqlite
27
- *.db
28
-
29
- # Output files
30
- *.pyc
31
-
32
- # Jupyter Notebooks
33
- .ipynb_checkpoints/
34
-
35
- data/*.mp4
36
- data/*.webm
37
-
38
- .idea
39
-
40
- # streamlit
41
- .streamlit/secrets.toml
42
- .DS_Store