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