Initial commit: svg backend

This commit is contained in:
adminko
2026-03-19 13:39:32 +03:00
commit 85fb2f4bb9
78 changed files with 6161 additions and 0 deletions

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# secrets
.env
.env.*
!.env.example
# python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.python-version
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# alembic / local db artifacts
*.db
*.sqlite3
# local storage / runtime data
storage/
postgres-data/
uploads/
artifacts/
# editors / os
.idea/
.vscode/
.DS_Store
Thumbs.db
# logs
*.log
# local ad-hoc fixtures in project root
dirty.svg
fake.svg
not_svg_root.svg
sample-contract.svg
sample-map.svg
test.svg
test.txt