13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
# Python
|
|
**/*.egg-info
|
|
**/__pycache__/
|
|
.venv/
|
|
|
|
# Tooling
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# Testing
|
|
config.json
|
|
scripts/
|
|
!scripts/youtube.py |