Add .gitignore and untrack database file

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jonathan
2026-03-23 22:16:03 +01:00
parent 3907414742
commit a2dad16f21
2 changed files with 19 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Database
data/
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
.env
# Node
frontend/node_modules/
frontend/build/
# Misc
.DS_Store
*.log