3v324v23 commited on
Commit
0068c47
·
1 Parent(s): acd2ce0

added .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +17 -0
.gitignore ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python virtual environments
2
+ venv/
3
+ .venv/
4
+
5
+ # Python cache
6
+ __pycache__/
7
+ *.py[cod]
8
+ *.pyo
9
+
10
+ # Environment / editor files
11
+ .env
12
+ *.env
13
+ *.swp
14
+ .DS_Store
15
+
16
+ # Jupyter notebooks checkpoints
17
+ .ipynb_checkpoints/