# Add any directories, files, or patterns you don't want to be tracked by version control

.idea/
data/
out/
paper/

# virtual enviroment
pyqt-annotation-tool/
.venv/
venv/

*.log
*.out
*.aux
*.gz
*.toc

# Python / packaging
__pycache__/
*.pyc
*.egg-info/
build/
dist/
*.spec.bak

# testing
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# autosave sessions created inside sample/test image folders
.annotator/