﻿# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.venv*/
.venv*/
dist/
build/

# OS
.DS_Store
Thumbs.db

# Results generated by app
src/gammapbh/results/
# Python
__pycache__/
*.pyc

# Builds
/build/
/dist/
/*.egg-info
/.eggs/

# Venvs
/.venv/
/.venv-*/
venv/

# Test backups/caches
/tests_backup/
/_tests_backup/
.pytest_cache/

# Local data
/.DS_Store
