forked from iarv/meshing-around
15 lines
146 B
Plaintext
15 lines
146 B
Plaintext
# config
|
|
config.ini
|
|
|
|
# Pickle files
|
|
*.pkl
|
|
|
|
# virtualenv
|
|
venv/
|
|
|
|
# modified .service files
|
|
etc/*.service
|
|
|
|
# Python cache
|
|
__pycache__/
|