first commit
This commit is contained in:
34
.dockerignore
Normal file
34
.dockerignore
Normal file
@ -0,0 +1,34 @@
|
||||
# Git / version control
|
||||
.git
|
||||
.gitignore
|
||||
.dockerignore
|
||||
|
||||
# Virtual environment
|
||||
.venv
|
||||
venv/
|
||||
.env/
|
||||
|
||||
# IDE / Editor folders
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Build artifacts
|
||||
build/
|
||||
dist/
|
||||
*.egg-info
|
||||
|
||||
# Test artifacts
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
|
||||
# Docker files
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
|
||||
# Local environment settings
|
||||
.env
|
||||
Reference in New Issue
Block a user