# Build / packaging
build/
dist/
*.egg-info/
*.egg

# Caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
__pycache__/
*.pyc

# Virtual envs
.venv/
venv/
env/

# Editor
.idea/
.vscode/
.DS_Store
