#OS
.DS_Store

#Editor
.vscode/
*.code-workspace
.flake8

#Python environment
.venv/
dist/
build/
*.egg-info/
**/__pycache__/
.eggs/

#Note
notes/

#Tests
tests/