feat: add Dockerfile
This commit is contained in:
23
.dockerignore
Normal file
23
.dockerignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# Exclude common Python files and directories
|
||||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.pyz
|
||||
*.pyw
|
||||
*.pyi
|
||||
*.egg-info/
|
||||
|
||||
# Exclude development and local files
|
||||
.env
|
||||
.env.*
|
||||
*.log
|
||||
*.db
|
||||
|
||||
# Exclude version control system files
|
||||
.git/
|
||||
.gitignore
|
||||
.svn/
|
||||
|
||||
storage/
|
||||
Reference in New Issue
Block a user