mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
31 lines
371 B
Plaintext
31 lines
371 B
Plaintext
# config
|
|
config.ini
|
|
config_new.ini
|
|
ini_merge_log.txt
|
|
install_notes.txt
|
|
|
|
# logs
|
|
logs/*.log
|
|
|
|
# modified .service files
|
|
etc/*.service
|
|
|
|
# fileMonitor test file
|
|
bee.txt
|
|
|
|
# data files
|
|
data/*.json
|
|
data/*.txt
|
|
data/*.pkl
|
|
data/*.csv
|
|
data/*.db
|
|
|
|
# modules/custom_scheduler.py
|
|
modules/custom_scheduler.py
|
|
|
|
# virtualenv
|
|
venv/
|
|
|
|
# Python cache
|
|
__pycache__/
|