Megnas-Config/.gitignore
2026-02-19 20:27:50 +01:00

98 lines
1.7 KiB
Plaintext

# --------------------------------------------------
# Cache / state directories
# --------------------------------------------------
*/cache/
*/Cache/
*/.cache/
*/logs/
*/log/
*/tmp/
*/temp/
*/state/
*/.state/
# --------------------------------------------------
# Runtime / PID / socket files
# --------------------------------------------------
*.pid
*.sock
*.lock
*.ipc
# --------------------------------------------------
# Logs / crash dumps
# --------------------------------------------------
*.log
*.log.*
*.out
*.err
*.trace
*.core
# --------------------------------------------------
# Compiled / generated
# --------------------------------------------------
*.pyc
__pycache__/
*.pyo
*.so
*.o
*.a
*.class
# --------------------------------------------------
# Node / frontend
# --------------------------------------------------
node_modules/
dist/
build/
.next/
.svelte-kit/
# --------------------------------------------------
# Secrets / credentials
# --------------------------------------------------
*.env
.env
.env.*
*.key
*.pem
*.crt
*.p12
*.kdbx
secrets.*
auth.json
credentials.json
# --------------------------------------------------
# System-specific
# --------------------------------------------------
.DS_Store
Thumbs.db
# --------------------------------------------------
# Editors
# --------------------------------------------------
*~
*.swp
*.swo
Session.vim
.netrwhist
.idea/
.vscode/
# --------------------------------------------------
# Wayland / desktop session artifacts
# --------------------------------------------------
recently-used.xbel
*.sqlite-shm
*.sqlite-wal
# --------------------------------------------------
# KDE / GNOME volatile data
# --------------------------------------------------
*/cache-*/
*/metadata/
*/activity/