Files
memory-infrastructure-palace/.gitignore
2026-01-26 16:43:01 -05:00

39 lines
356 B
Plaintext

# Operating System
.DS_Store
Thumbs.db
# Editor
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
*.swp
*.swo
*~
# Node
node_modules/
npm-debug.log
yarn-error.log
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
*.so
.venv/
venv/
ENV/
# Logs
*.log
# Temporary files
*.tmp
.temp/
temp/
# Personal
docs/fleeting/*.md
!docs/fleeting/README.md