rawireview / .dockerignore
walker11's picture
Upload 6 files
4b4d390 verified
raw
history blame contribute delete
355 Bytes
# Git
.git
.gitignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
# OS specific
.DS_Store
Thumbs.db