Files
meshing-around/.gitignore
SpudGunMan e3a9a00c92 better custom_ handling
thanks @pdxlocations for the idea
2025-10-22 14:54:06 -07:00

33 lines
352 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
# fileMonitor test file
bee.txt
# .csv files
*.csv
# modules/custom_scheduler.py
modules/custom_scheduler.py