Files
portainer-core/services/core-api/.dockerignore
T

59 lines
447 B
Plaintext

# 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
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
logs/
*.log
# Environment
.env
.env.local
# Git
.git/
.gitignore
# Documentation
README.md
docs/
# Docker
.dockerignore
Dockerfile
docker-compose.yml