Files
meshing-around/.gitignore
2025-10-28 05:46:05 +00:00

41 lines
468 B
Plaintext

# config
config.ini
config_new.ini
ini_merge_log.txt
# 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
# checklist and inventory databases
data/checklist.db
data/inventory.db
# fileMonitor test file
bee.txt
# .csv files
*.csv
# modules/custom_scheduler.py
modules/custom_scheduler.py