chore: Add .dockerignore to scraper_gis to exclude data dirs from build context
This commit is contained in:
parent
371cabd3d9
commit
378ec2ebca
1 changed files with 14 additions and 0 deletions
14
scraper_gis/.dockerignore
Normal file
14
scraper_gis/.dockerignore
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
browser_context
|
||||
browser_context_sudrf
|
||||
downloads
|
||||
logs
|
||||
screenshots
|
||||
**/__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.git
|
||||
.gitignore
|
||||
*.png
|
||||
*.html
|
||||
*.json
|
||||
Loading…
Reference in a new issue