# local
/local
/dist



# Notebook temporary data
notebooks/meirlop_output_directory/scan_results.tsv
notebooks/meirlop_output_directory/motif_peak_set_dict.json
notebooks/motifs.txt
notebooks/temporary_data
# Next generation
meirlop/denovo.py
# Jupyter
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# JASPAR download
*_pfms_jaspar.txt

# Sequence files
# *.fa
*.fai
*.fa.gz
*.fq
*.fq.gz
*.fasta
*.fasta.gz
*.fastq
*.fastq.gz
*.sam
*.bam

# Python cache
 __pycache__ 

# Compiled python modules.
*.pyc

# Setuptools distribution folder.
/dist/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg
