Fix Docker virtual environment packaging
This commit is contained in:
+18
-1
@@ -1,3 +1,20 @@
|
||||
.git
|
||||
.gitignore
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.venv
|
||||
venv
|
||||
.git
|
||||
__pycache__
|
||||
*.py[cod]
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.ruff_cache
|
||||
.claude
|
||||
.agents
|
||||
.codex
|
||||
data
|
||||
logs
|
||||
drivers
|
||||
*.db
|
||||
*.swp
|
||||
|
||||
Reference in New Issue
Block a user