Agnuxo commited on
Commit
41c8fd5
·
verified ·
1 Parent(s): 7d53b44

Upload .gitignore with huggingface_hub

Browse files
Files changed (1) hide show
  1. .gitignore +23 -0
.gitignore ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SECRETS - NEVER COMMIT
2
+ .env
3
+ *.key
4
+ *.pem
5
+ secrets/
6
+
7
+ # State (stored in separate branch)
8
+ state/
9
+
10
+ # Python
11
+ __pycache__/
12
+ *.pyc
13
+ *.pyo
14
+ .venv/
15
+ venv/
16
+
17
+ # IDE
18
+ .vscode/
19
+ .idea/
20
+
21
+ # OS
22
+ .DS_Store
23
+ Thumbs.db