Files
SuperNotepad/.gitignore
John Paul Wohlscheid b6406a205a first commit
2026-02-16 14:53:28 -05:00

36 lines
383 B
Plaintext

.mypy_cache/
.pytest_cache/
/.project
/.pydevproject
/.settings
/.cproject
/.idea
/.vscode
__pycache__
/.coverage/
/.coveragerc
/install dir
/work area
/meson-test-run.txt
/meson-test-run.xml
/meson-cross-test-run.txt
/meson-cross-test-run.xml
.DS_Store
*~
*.swp
packagecache
.wraplock
/MANIFEST
/build
/dist
/meson.egg-info
/docs/built_docs
/docs/hotdoc-private*
*.pyc
/*venv*