toxic-api / .dockerignore
handrix
Initial deployment - Toxic Detection API
ae4e2a6
raw
history blame contribute delete
465 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Tests
tests/
.pytest_cache/
.coverage
htmlcov/
# Documentation
*.md
!README.md
# Environment
.env
.env.local
# Logs
*.log
# Other
*.tar.gz
*.zip