Files
series3-watcher/.gitignore

57 lines
731 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.
config.ini
# -------------------------
# Python ignores
# -------------------------
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pdb
*.so
*.dll
# Virtual environments
venv/
env/
.venv/
# Distribution / packaging
build/
dist/
*.egg-info/
# -------------------------
# Logs + runtime artifacts
# -------------------------
emitter_logs/*
!emitter_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