# Byte-code files
*.pyc
__pycache__/

# Package distributions
dist/
build/
*.egg-info/
.venv/
venv/

# Pytest cache
.pytest_cache/

# Setuptools SCM generated version file
pyqdpx/_version.py

# Operating System
.DS_Store
Thumbs.db
