# Environment variables
.env

# Virtual environment
.venv/

# Python caches, tools caches
__pycache__/
.ruff_cache/
.pytest_cache/

# Distribution files
dist/
*.egg-info/
haplohub_cli/_version.py

# Mac OS
.DS_Store
