[go: up one dir, main page]

Menu

[ae9be4]: / .gitignore  Maximize  Restore  History

Download this file

18 lines (16 with data), 212 Bytes

# Ignored folders
build/
dist/
venv/

# Ignored files
./*.py
*.pyc
*.pyo
__pycache__/
.idea/
*.spec
./Subtitlegenerator/QtApp.py
./Subtitlegenerator/QtUIwrapper.py

# Ignored OS-specific files
.DS_Store
Thumbs.db