Files
thor-watcher/.gitignore
serversdwn 8c133f2d6f chore: version bump to 0.2.0, gitignore setup properly
doc: readme updates to 0.2.0.
2026-03-20 18:13:24 -04:00

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