StanDataCamp commited on
Commit
9c830d8
·
1 Parent(s): d219c9f

Update .dockerignore and .gitignore to include additional environment and Git-related files

Browse files
Files changed (2) hide show
  1. .dockerignore +2 -2
  2. .gitignore +0 -7
.dockerignore CHANGED
@@ -13,6 +13,7 @@ venv/
13
  env/
14
  ENV/
15
  adk_venv/
 
16
 
17
  # Environment files
18
  .env
@@ -28,6 +29,7 @@ api_keys.env
28
  # Git
29
  .git/
30
  .gitignore
 
31
 
32
  # OS
33
  .DS_Store
@@ -44,5 +46,3 @@ test_docker.sh
44
  README.md
45
  QUICKSTART.md
46
  *.md
47
-
48
-
 
13
  env/
14
  ENV/
15
  adk_venv/
16
+ .venv/
17
 
18
  # Environment files
19
  .env
 
29
  # Git
30
  .git/
31
  .gitignore
32
+ .gitattributes
33
 
34
  # OS
35
  .DS_Store
 
46
  README.md
47
  QUICKSTART.md
48
  *.md
 
 
.gitignore CHANGED
@@ -27,9 +27,6 @@ api_keys.env
27
  *.swo
28
  *.code-workspace
29
 
30
- # Git
31
- .git/
32
-
33
  # OS
34
  .DS_Store
35
  Thumbs.db
@@ -37,7 +34,3 @@ Thumbs.db
37
  # Gradio
38
  .gradio/
39
  flagged/
40
-
41
- # Test files
42
- test_*.py
43
- test_docker.sh
 
27
  *.swo
28
  *.code-workspace
29
 
 
 
 
30
  # OS
31
  .DS_Store
32
  Thumbs.db
 
34
  # Gradio
35
  .gradio/
36
  flagged/