# StrainFish
StrainFish*.csv

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
.venv/
venv/

# virtualenv
.env

# Poetry / UV
poetry.lock
uv.lock
dist/

# ruff
.ruff_cache/

# IDEs and other tools
.vscode/
.idea/
*.log

# Models (for now)
src/strainfish/models/

# conda recipe
conda*
.conda*

#SLURM tests
slurm*

# Test files and directories
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
tests/test_output

#  Miscellaneous
.misc/*