.vscode
**/*.swp
__pycache__
.ipynb_checkpoints
.pytest_cache/
.coverage*
htmlcov
smartsim.egg-info
tests/test_output
.DS_Store
build

# Dependencies
smartsim/_core/.third-party
smartsim/_core/.dragon
smartsim/_core/build

# Docs
_build

smartredis

# Envs
venv/
.venv/
env/
.env/
**/.env

# written upon install
smartsim/version.py

# created upon install
smartsim/_core/bin
smartsim/_core/lib

# optional dev tools
.pre-commit-config.yaml
