Turnstile / .dockerignore
llzai's picture
Upload 11 files
fd831ef verified
raw
history blame contribute delete
358 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Git
.git/
.gitignore
# Docker
Dockerfile
.dockerignore
# Documentation
README.md
*.md
# Logs
*.log
# Database
*.db
*.sqlite
*.sqlite3
# OS
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp