Files
rippy/.dockerignore
T

49 lines
393 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.eggs/
*.egg
# Virtual Environment
venv/
env/
venv.bak/
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker
.dockerignore
.docker/
# Test
tests/
test_*.py
*_test.py
.pytest_cache/
# Build
dist/
build/
*.egg-info/
# Cache
.cache/
# API/Worker (nicht im UI-Container)
docker/api/
docker/worker/