Separate Python and Rust into python/ and rust/ with per-stack Dockerfiles
This commit is contained in:
17
python/.dockerignore
Normal file
17
python/.dockerignore
Normal file
@@ -0,0 +1,17 @@
|
||||
.git
|
||||
.gitignore
|
||||
.venv
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.pytest_cache
|
||||
.coverage
|
||||
htmlcov
|
||||
logs
|
||||
data
|
||||
tmp
|
||||
tests
|
||||
myfsio_core/target
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
Reference in New Issue
Block a user