chirp/.gitignore
davejbuilds 36add25876 gitignore: Add .DS_Store
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 15:51:21 -07:00

43 lines
495 B
Text

**~
**#*
**.pyc
**.orig
**.rej
dist
build/bdist
tools/cpep8.venv/
tests/logs/
logs/
ignored/
patch_queue/
archived_builds/
.tox/
.venv/
**.mo
**.pot
locale/.files
MANIFEST
.pytest_cache
**.egg-info**
.eggs
unit_report.html
driver_report.html
model_support.html
assets
/*.img
*.patch
# for visual studio and visual studio code editors
.vs/
.vscode/
/CppProperties.json
.coverage
chirpwx.spec
chirp/locale/.files
# for pycharm IDE
.idea
# nix
.direnv
result/
# for nvim editor
.nvim.lua
.DS_Store