mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
21 lines
180 B
Plaintext
21 lines
180 B
Plaintext
# config
|
|
config.ini
|
|
|
|
# Pickle files
|
|
*.pkl
|
|
|
|
# virtualenv
|
|
venv/
|
|
|
|
# logs
|
|
logs/
|
|
|
|
# data
|
|
data/
|
|
|
|
# modified .service files
|
|
etc/*.service
|
|
|
|
# Python cache
|
|
__pycache__/
|