Init
This commit is contained in:
37
.dockerignore
Normal file
37
.dockerignore
Normal file
@@ -0,0 +1,37 @@
|
||||
# Python cache files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
|
||||
# Virtual environments
|
||||
venv/
|
||||
env/
|
||||
lib64/
|
||||
*.egg-info/
|
||||
|
||||
# Git and other VCS
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# Local logs and temp files
|
||||
*.log
|
||||
*.tmp
|
||||
*.swp
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Node / frontend artifacts (if any)
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# IDE / editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# Ignore Dockerfile copies / backups
|
||||
Dockerfile.*
|
||||
Reference in New Issue
Block a user