chore: add Dockerfile, docker-compose.yml, .dockerignore
Made-with: Cursor
This commit is contained in:
11
.dockerignore
Normal file
11
.dockerignore
Normal file
@@ -0,0 +1,11 @@
|
||||
.env
|
||||
.venv
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
.pytest_cache
|
||||
logs/
|
||||
*.log
|
||||
.git
|
||||
docs/
|
||||
tests/
|
||||
Reference in New Issue
Block a user