This commit is contained in:
Tomas Dvorak
2025-09-19 08:36:04 +02:00
parent a33c0f0991
commit 6cffce7911
4 changed files with 76 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
# Ignore VCS and local environments
.git
.venv
venv
__pycache__
*.pyc
*.pyo
*.pyd
# IDE/editor
.vscode
.idea
# OS files
.DS_Store
Thumbs.db
# Build artifacts
build
/dist
# Local scripts
start.bat
# Uploaded files (will be mounted as a volume at runtime)
uploads/*