*.egg-info
.venv

# Python
__pycache__/
*.py[cod]
*$py.class

# notebooks
.ipynb_checkpoints
*.ipynb

# profiling
psrecord-output/

.*.swp
venv
.vscode

.DS_Store
