Files
meshing-around/.gitignore
SpudGunMan 8ffcc18c62 ragTest
2024-10-09 23:29:32 -07:00

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/*