Initialize backend project with essential files and configurations

This commit is contained in:
JSC
2025-07-10 20:53:22 +02:00
commit 7f8c47273a
5 changed files with 35 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv