29 lines
289 B
Plaintext
29 lines
289 B
Plaintext
# my own stuff/conventions
|
|
.tmux-session-hydrate
|
|
zxcv*
|
|
|
|
# compilation/debug/cache/build/etc
|
|
**/build/
|
|
**/__pycache__/
|
|
*.o
|
|
*.pch
|
|
*.dSYM
|
|
|
|
# lang/package
|
|
mise*.toml
|
|
.npmrc
|
|
|
|
# opencode/agents/etc
|
|
.opencode/
|
|
opencode.json
|
|
AGENTS.md
|
|
|
|
# vim files
|
|
*.swp
|
|
*.swo
|
|
|
|
# miscellaneous
|
|
.DS_Store
|
|
.liccor*
|
|
|