# Virtualenvs
.venv/
venv/
env/

# Python bytecode and packaging
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/

# setuptools-scm generated version file
src/er_smart_sync/_version.py

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.ty_cache/

# OS / editor
.DS_Store
*.swp

# Local secrets / state
.env
state.json
/tmp/
site/
