Initial project structure

This commit is contained in:
Walter Jekat 2025-11-17 18:32:58 +01:00
commit cc01712fa6
2 changed files with 18 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
# Database dumps and data
*.dump
*.sql.gz
backups/
pgdata/
# Credentials
.env
*.key
config/local.py
# Python
__pycache__/
*.pyc
venv/
# OS files
.DS_Store

0
README.md Normal file
View File