This commit is contained in:
2025-08-18 21:42:37 +02:00
parent e283e9f696
commit 42c159ddc9
3 changed files with 37 additions and 69 deletions

42
.gitignore vendored
View File

@@ -1,23 +1,35 @@
# Local knowledge base content (keep your notes out of git)
vault/
.vault/
# If you ever want to keep the directory but not contents, use:
# vault/*
# !vault/.gitkeep
# App/runtime artifacts
.env
*.env
*.local
*.sqlite
*.db
.DS_Store
# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.pyd
.python-version
.venv/
venv/
.envrc
# Flask
instance/
.env
# Flask/pytest caches
.instance/
.coverage
htmlcov/
.pytest_cache/
# Node / Tailwind
# Node assets (if any frontend is built locally)
node_modules/
app/static/css/app.css
app/static/css/app.css.map
# OS
.DS_Store
Thumbs.db
.vault/
vault/
dist/
build/