mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
33 lines
337 B
Plaintext
33 lines
337 B
Plaintext
# config
|
|
config.ini
|
|
|
|
# Pickle files
|
|
*.pkl
|
|
|
|
# virtualenv
|
|
venv/
|
|
|
|
# logs
|
|
logs/
|
|
install_notes.txt
|
|
|
|
# modified .service files
|
|
etc/*.service
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
|
|
# rag data
|
|
data/rag/*
|
|
|
|
# qrz db
|
|
data/qrz.db
|
|
|
|
# user stats database
|
|
data/user_stats.json
|
|
|
|
# fileMonitor test file
|
|
bee.txt
|
|
|
|
# .csv files
|
|
*.csv |