microkodi/.gitignore

13 lines
134 B
Plaintext
Raw Normal View History

2025-01-13 21:59:25 +00:00
# Python
2025-01-11 15:58:09 +00:00
**/*.egg-info
**/__pycache__/
.venv/
2025-01-13 21:59:25 +00:00
# Tooling
.mypy_cache/
.ruff_cache/
2025-01-11 15:58:09 +00:00
# Testing
config.json
2025-01-12 15:18:33 +00:00
scripts/
!scripts/youtube.py