Initial commit: project narrative, license, gitignore

This commit is contained in:
2026-06-06 12:51:41 +00:00
commit 176adf620f
3 changed files with 121 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
# OS
.DS_Store
Thumbs.db
desktop.ini
# Editors
.vscode/
.idea/
*.swp
*.swo
*~
# Environment
.env
.env.*
!.env.example
# Dependencies
node_modules/
.venv/
venv/
__pycache__/
*.py[cod]
target/
dist/
build/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local data — sensitive by nature for this project
/data/
*.ged
*.gedcom