Files
aprsd/.gitignore
hemna 7a81be06bb fix: add aprsd/~/ to .gitignore and remove stale local directory (#234)
The aprsd/~/ directory (unexpanded tilde) contained a stale pickle
save file at aprsd/~/.config/aprsd/listen/statsstore.p. Runtime data
should never be committed. Added explicit .gitignore entry to prevent
accidental future commits.

Closes #17
2026-08-28 11:44:20 -04:00

70 lines
597 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
.eggs
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
venv
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.testrepository
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
docs/_build
# pbr generates these
AUTHORS
# ChangeLog
# Editors
*~
aprsd/~/
.*.swp
.*sw?
.ropeproject
.idea
Makefile.venv
# Copilot
.DS_Store
.python-version
.fleet
.vscode
.envrc
.doit.db