Initial commit: Callsign Generator with FastAPI and React

This commit is contained in:
Joakim Svensson
2026-01-21 19:23:31 +00:00
commit d5da47eb5c
23 changed files with 3470 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# OS
.DS_Store
Thumbs.db
# Node
node_modules/
dist/
dist-ssr/
*.local
.npm
.eslintcache
# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
ENV/
.env
# Docker
.dockerignore
# Git
.git/