This commit is contained in:
2026-04-13 11:16:13 +02:00
parent bbd5690d72
commit 30125aa77b
4 changed files with 41 additions and 19 deletions

18
linedance-api/.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Python
__pycache__/
*.py[cod]
*.pyo
.Python
venv/
.venv/
*.egg-info/
# Environment
.env
# IDE
.vscode/
.idea/
# Logs
*.log