trioskosmos commited on
Commit
a94f4b4
·
verified ·
1 Parent(s): d1b8275

Upload .dockerignore with huggingface_hub

Browse files
Files changed (1) hide show
  1. .dockerignore +37 -0
.dockerignore ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.py[cod]
3
+ *$py.class
4
+ .venv/
5
+ venv/
6
+ ENV/
7
+ .env
8
+ .env.*
9
+
10
+ # Rust artifacts
11
+ target/
12
+ engine_rust_src/target/
13
+
14
+ # PyInstaller artifacts
15
+ build/
16
+ dist/
17
+ *.spec
18
+ build_staging/
19
+ build_pyinstaller/
20
+ source_staging/
21
+
22
+ # Node/Frontend
23
+ node_modules/
24
+
25
+ # Git
26
+ .git/
27
+ .gitignore
28
+ .github/
29
+
30
+ # Misc
31
+ *.log
32
+ replies/
33
+ tests/
34
+ docs/
35
+ .gemini/
36
+ .agent/
37
+ brain/