Add standard .gitignore configuration

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Gan, Jimmy
2026-06-03 11:15:41 +08:00
parent 1e67eeb25b
commit fe4d019ffa
+21
View File
@@ -0,0 +1,21 @@
# Database and logs
*.db
*.db-journal
*.log
# Python virtual environment & cache
.venv/
__pycache__/
*.pyc
.pytest_cache/
# Node dependencies and build output
node_modules/
dist/
.svelte-kit/
# User config & environment secrets
config/cookies.txt
.env
.env.*
.DS_Store