# Ignore virtual environments
venv/
env/
*/venv/
*/env/

# Optional: Ignore Python compiled files
*.pyc
__pycache__/
*.py[cod]
*$py.class

# Ignore OS generated files
.DS_Store

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Visual Studio Code
.vscode/

# Optional: Ignore data files due to size. Available in Zenodo.
*.csv
*.tsv
*.xz
*.gz
*.bz2
*.annotations
*.txt
out/
