BackendSpace / .dockerignore
2nzi's picture
first commit
cf51ebb verified
raw
history blame contribute delete
404 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.env
.env.local
.env.*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Git
.git
.gitignore
# Tests
.pytest_cache/
.coverage
htmlcov/
# Distribution / packaging
dist/
build/
*.egg-info/
# Local development
docker-compose.yml
docker-compose.*.yml
README.md