# pymap output
pymap-out/

# Python
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/
.eggs/

# environments and caches
.venv/
venv/
.tox/
.nox/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# editor local state
.idea/
.vscode/

# OS
.DS_Store
