57 lines
670 B
Plaintext
57 lines
670 B
Plaintext
# --------------------------
|
|
# Thor Watcher local files
|
|
# --------------------------
|
|
config.json
|
|
|
|
# -------------------------
|
|
# Python ignores
|
|
# -------------------------
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
*.pdb
|
|
*.so
|
|
*.dll
|
|
|
|
# Virtual environments
|
|
venv/
|
|
env/
|
|
.venv/
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
Output/
|
|
*.egg-info/
|
|
*.spec
|
|
|
|
# -------------------------
|
|
# Logs + runtime artifacts
|
|
# -------------------------
|
|
agent_logs/*
|
|
!agent_logs/.gitkeep
|
|
|
|
*.log
|
|
|
|
# -------------------------
|
|
# System / Editor files
|
|
# -------------------------
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# JetBrains
|
|
.idea/
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.tmp
|