mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
22 lines
228 B
Plaintext
22 lines
228 B
Plaintext
# generic temporary / dev files
|
|
*.pyc
|
|
*.note
|
|
*.xcf
|
|
/nohup.out
|
|
*-old
|
|
/*.yml
|
|
/pylintrc
|
|
.venv/*
|
|
/testdata
|
|
|
|
# build
|
|
/dist
|
|
/build
|
|
/*.egg-info
|
|
|
|
# currently not using
|
|
/screenshot*.png
|
|
|
|
# only for development, normally external
|
|
/doreah
|