# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.so

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

# Virtual environments
.venv/
venv/

# Test / coverage
.pytest_cache/
.coverage
coverage.xml

# OS / editor
.DS_Store
*.swp
*.swo
.idea/
.vscode/
