something is kinda working
This commit is contained in:
22
web/agent/.dockerignore
Normal file
22
web/agent/.dockerignore
Normal file
@@ -0,0 +1,22 @@
|
||||
# Virtual environment
|
||||
.venv
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
!.env.example
|
||||
|
||||
# Cache
|
||||
__pycache__
|
||||
*.pyc
|
||||
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# IDE
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# Misc
|
||||
*.log
|
||||
*.md
|
||||
Reference in New Issue
Block a user