dockge-cli/.gitignore

11 lines
96 B
Text
Raw Normal View History

2024-06-29 15:41:09 +00:00
# Environment
2024-06-29 12:14:18 +00:00
.vscode/
2024-06-29 15:41:09 +00:00
*venv/
2024-06-29 12:14:18 +00:00
# Python stuff
__pycache__/
2024-06-29 15:41:09 +00:00
*.egg-info/
# Build artifacts
2024-06-29 12:14:18 +00:00
dist/