You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
516 B
63 lines
516 B
# Python |
|
__pycache__/ |
|
*.py[cod] |
|
*$py.class |
|
*.so |
|
.Python |
|
env/ |
|
venv/ |
|
ENV/ |
|
build/ |
|
develop-eggs/ |
|
dist/ |
|
downloads/ |
|
eggs/ |
|
.eggs/ |
|
lib/ |
|
lib64/ |
|
parts/ |
|
sdist/ |
|
var/ |
|
wheels/ |
|
*.egg-info/ |
|
.installed.cfg |
|
*.egg |
|
|
|
# IDE |
|
.vscode/ |
|
.idea/ |
|
*.swp |
|
*.swo |
|
*~ |
|
|
|
# OS |
|
.DS_Store |
|
Thumbs.db |
|
|
|
# Git |
|
.git/ |
|
.gitignore |
|
|
|
# Database |
|
*.db |
|
*.sqlite |
|
*.sqlite3 |
|
|
|
# Uploads (в Docker создаются заново) |
|
uploads/* |
|
|
|
# Docker |
|
Dockerfile |
|
.dockerignore |
|
docker-compose.yml |
|
|
|
# Documentation |
|
README*.md |
|
*.md |
|
|
|
# Environment |
|
.env |
|
.env.local |
|
|
|
# Logs |
|
*.log
|
|
|