dockge-cli/.gitignore
Firq d3e5d4ae56
All checks were successful
/ backend-pylint (push) Successful in 13s
/ build-artifacts (push) Successful in 8s
/ publish-artifacts (push) Successful in 20s
Improved typing, refactored code, fixed some issues
2024-07-04 22:12:36 +02:00

13 lines
116 B
Text

# Environment
.vscode/
*venv/
.old/
# Python stuff
__pycache__/
*.egg-info/
*.mypy_cache/
# Build artifacts
dist/