Files
series3-watcher/.gitignore
2026-03-16 20:00:42 -04:00

62 lines
817 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# --------------------------
# s3-agent files
# --------------------------
config.ini
# -------------------------
# 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 # keep the folder but ignore its contents
*.log
# Local roster files (dont version live production rosters)
series3_roster.csv
series3_roster*.csv
roster.csv
# -------------------------
# System / Editor files
# -------------------------
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# macOS
.DS_Store
# VS Code
.vscode/
# JetBrains
.idea/
# Backup files
*.bak
*.tmp