mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-30 06:51:57 +02:00
31 lines
380 B
Plaintext
31 lines
380 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
|
|
bible.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__/ |