Initial commit

This commit is contained in:
ferdzo
2024-03-20 20:34:34 +01:00
parent a95f7d44c8
commit f001621cdc
55 changed files with 18742 additions and 1 deletions

22
backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Ignore .idea folder created by PyCharm
.idea/
# Ignore __pycache__ folders and .pyc files
__pycache__/
*.pyc
# Ignore .env files
*.env
# Ignore .venv folder
.venv/
# Ignore .DS_Store files
.DS_Store
.vscode\
pyvenv.cfg