Files
skel/dotfiles/gitignore
2026-02-25 16:56:18 -08:00

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/