1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-12-25 22:08:09 +00:00

[core] Let Git ignore __pycache__, .pytest_cache

This commit is contained in:
dirkf
2024-10-07 15:52:33 +01:00
parent c5098961b0
commit 48082c9091

2
.gitignore vendored
View File

@@ -1,3 +1,4 @@
__pycache__/
*.pyc
*.pyo
*.class
@@ -5,6 +6,7 @@
*.DS_Store
wine-py2exe/
py2exe.log
.pytest_cache/
*.kate-swp
build/
dist/