self-help / .dockerignore
ayush-thakur02's picture
Upload 9 files
07aa026 verified
raw
history blame contribute delete
393 Bytes
# Git files
.git
.gitignore
.gitattributes
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
# Virtual environments
.venv/
venv/
ENV/
env/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Documentation
README.md
*.md
!blogs/*.md
# Other
.dockerignore