syscred / .dockerignore
D Ф m i И i q ц e L Ф y e r
Fix: Use requirements-light for Render 512MB memory limit
ec1c6cb
raw
history blame contribute delete
483 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg
# Virtual environments
venv/
env/
.venv/
test-env/
# Environment files
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
.gitattributes
# Documentation
*.md
docs/
# Tests
tests/
.pytest_cache/
.coverage
# Logs
*.log
# Database
*.db
*.sqlite
*.sqlite3
# Large files
*.tar
*.tar.gz
*.zip
# Temporary files
tmp/
temp/
*.tmp