# IDE Stuff
.vscode/*
.idea/*

# venv
venv/
venv/*

# __pycache__
cutime/__pycache__/
cutime/__pycache__/*
__pycache__/
__pycache__/*

# Built for PyPI
dist/
dist/*
