mirror of
https://github.com/krateng/maloja.git
synced 2026-04-26 10:41:05 +00:00
13 lines
126 B
Text
13 lines
126 B
Text
# temporary / generated files
|
|
*.pyc
|
|
|
|
# environments / builds
|
|
.venv/*
|
|
/dist
|
|
/build
|
|
/*.egg-info
|
|
|
|
# dev files
|
|
*.xcf
|
|
*.note
|
|
*-old
|