# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
src/*.egg-info/

# Virtual environments
.venv/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# taxafasta cache (downloaded taxonomy data)
tests/data/nodes.dmp
tests/data/merged.dmp
tests/data/names.dmp
tests/data/delnodes.dmp
tests/data/.taxafasta_download_timestamp
