## python
*.pyc
__pycache__
*.egg-info

## dev
.vscode

## tests
.pytest_cache

## my local test files
settings.py
dist/

.history
tempCodeRunnerFile.python
build/