mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 13:19:07 -07:00
41 lines
476 B
Plaintext
41 lines
476 B
Plaintext
# Common trash (metadata, backup files, etc.)
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|
|
*.bak
|
|
|
|
# Object files
|
|
*.py[co]
|
|
*.[oa]
|
|
|
|
# Try to avoid accidentally checking in private keys
|
|
id_rsa
|
|
id_ecdsa
|
|
id_ed25519
|
|
|
|
# Kicad backup files
|
|
*.kicad_pcb-bak
|
|
|
|
# Mypy cache path
|
|
.mypy_cache
|
|
|
|
# These files should basically never be committed
|
|
.env
|
|
|
|
# Mise local
|
|
mise.local.toml
|
|
|
|
# AI Tool Configs
|
|
.aider/
|
|
.claude/
|
|
.continue/
|
|
.copilot/
|
|
.cursor/
|
|
.gemini/
|