# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.DS_Store

# Virtual environments
.venv

# old usage script
Scripts/usage_example.py

# chromosome file (too big)
Chromosome/

#AnnotationDB/
# only the Homo sapiens and Mus musculus annotation files
AnnotationDB/*
!AnnotationDB/Homo_sapiens.GRCh38.113.gff3.gz
!AnnotationDB/Mus_musculus.GRCm39.113.gff3.gz

# old versions
src/geneanot/old_ver_Gene_annotation.py
Scripts/old_ver_usage_examples.ipynb
Scripts/old_ver_usage_example.py
