This commit is contained in:
Mateusz Gruszczyński
2025-11-04 09:56:37 +01:00
parent 32ef62e4ac
commit addb21bc3e
34 changed files with 3864 additions and 367 deletions

View File

@@ -1,9 +1,28 @@
__pycache__
*.pyc
*.pyo
*.egg-info
.git
.gitignore
.env
*.log
.pytest_cache
venv/
.env.local
.vscode
.idea
.pytest_cache
.coverage
htmlcov
dist
build
*.log
venv/
env/
.DS_Store
*.db-journal
*.swp
*.swo
*~
.temp
instance/app.db
uploads/
backups/
logs/