Initial commit

This commit is contained in:
Sundog Garage Studio
2026-03-17 16:17:53 +02:00
commit 411038582a
15 changed files with 1895 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
venv/
env/
.venv
# Git
.git
.gitignore
# IDEs
.vscode
.idea
*.swp
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Documentation
README.md
*.md
# OS
.DS_Store