Files
python-appimage-module/.gitignore
2023-11-30 17:15:08 -05:00

14 lines
138 B
Plaintext

# top level
.DS_Store
.pytest_cache
.venv
module.tar.gz
viam-module-env
*.AppImage
# src
src/__pycache__
# unit tests
tests/__pycache__