Files
Discord-Twitch-Live-Notifier/.gitignore
2023-03-04 00:15:19 +01:00

12 lines
113 B
Plaintext

# Locally specific files
.env
.idea/
# Cache
__pycache__/
*.pyc
# Tests and Coverage
.pytest_cache/
.coverage*