Clover/.dockerignore

63 lines
530 B
Plaintext

# Byte-compiled files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Distribution / packaging
.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/
env-bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
# System
.DS_Store
Thumbs.db
# Logs
*.log
# Environment files
.env
.env.local
.env.*.local
# Docker
.dockerignore
Dockerfile
docker-compose.yml
# Test files
pytest_cache/
.coverage
.nox/
# Temporary files
*~
*.tmp