This commit is contained in:
28
.dockerignore
Normal file
28
.dockerignore
Normal file
@@ -0,0 +1,28 @@
|
||||
# Ignore virtualenv
|
||||
.venv
|
||||
venv
|
||||
|
||||
# Ignore Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Ignore editor and OS files
|
||||
.vscode
|
||||
.idea
|
||||
.DS_Store
|
||||
*.swo
|
||||
*.swp
|
||||
|
||||
# Ignore git files
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Ignore database and log files
|
||||
*.db
|
||||
*.log
|
||||
*.json
|
||||
|
||||
# Ignore test files
|
||||
test.md
|
||||
Reference in New Issue
Block a user