mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-12 09:24:45 +02:00
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__/
|