# Local secrets and environment-specific config
config.yml
config.local.yml
*.local.yml
.env
.env.*
!.env.example

# Python environments and caches
venv/
.venv/
env/
__pycache__/
*.py[cod]
.pytest_cache/

# Runtime logs and generated local output
logs/
*.log
*.sqlite3
INSTALL_GUIDE.html

# Local/generated app assets
kbfc-api-schemas/
pit-tag-reader-files/
kbfc_log_reader.html
scanner_files/
build/
dist/
kbfc_scanner/_debug/
kbfc_scanner/testing/
kbfc_scanner/logs/
kbfc_scanner/last_run.json

# Local backup/temp folders
oldbackup_kbfc_scanner backup/
can_delete_latest_backup/
delete/

# Windows shortcuts are machine-specific
*.lnk
