Files
Youtube_Downloader/.gitignore

29 lines
240 B
Plaintext

@"
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
build/
dist/
*.spec
installer_output/
downloads/
*.part
*.tmp
*.log
.idea/
.vscode/
Thumbs.db
.DS_Store
"@ | Out-File -Encoding utf8 .gitignore
# External binaries
bin/*.exe
bin/*.dll
bin/*.zip