mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-03 12:02:16 +02:00
21 lines
194 B
Plaintext
21 lines
194 B
Plaintext
# config
|
|
config.ini
|
|
|
|
# Pickle files
|
|
*.pkl
|
|
|
|
# virtualenv
|
|
venv/
|
|
|
|
# logs
|
|
logs/*.log
|
|
|
|
# modified .service files
|
|
etc/*.service
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
|
|
# rag data
|
|
data/rag/*
|