Matias Macias Gomez commited on
Commit
b179899
·
1 Parent(s): 9d331e0

Added gitgnore

Browse files
Files changed (2) hide show
  1. .gitignore +35 -0
  2. data/.gitkeep +0 -0
.gitignore ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
data/.gitkeep ADDED
File without changes