All shell scripts and config files should be executable (755) for direct invocation. No content changes.
22 lines
189 B
Plaintext
Executable File
22 lines
189 B
Plaintext
Executable File
# Secrets — these should never be committed
|
|
.zshrc.local
|
|
.env
|
|
*.pem
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
|
|
# Node
|
|
node_modules/
|