Files
pkm/.gitignore
2025-08-18 21:42:37 +02:00

36 lines
456 B
Plaintext

# 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
*.pyd
.python-version
.venv/
.envrc
# Flask/pytest caches
.instance/
.coverage
htmlcov/
.pytest_cache/
# Node assets (if any frontend is built locally)
node_modules/
dist/
build/