# local environment
/.env
/.vscode
.DS_Store

# python cache
__pycache__/
*.pyc

# data (large bam fixtures for a manual smoke test; tests/ synthesizes its own)
/data

# ucsc converters downloaded by the bigwig tests
/tests/.ucsc

# distribution
/dist

# git
!.gitkeep
