# Virtual environments
.venv/
venv/
env/

# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/

# Local logs (the app writes to ~/.local/share/delaymorph/ but be safe)
*.log
logs/

# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/
