# virtual environment
venv
.venv

# IDEs
.qt_for_python
.vscode
.vs

# tooling
.tox
.mypy_cache
.pytest_cache
reports

# Python
**__pycache__
**.egg-info

# builds and bundling
pyinstaller_build
build
dist
*.spec
installer/Output

# profiling
usdb_syncer.prof

# macOS Desktop Services Store files
**/.DS_Store

# generated by us at runtime
songs
*.pdf
*.log

# generated by us for running and/or bundling
src/usdb_syncer/gui/forms/*.py
src/usdb_syncer/gui/resources/qt/*.py
