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

build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.ropeproject
.mypy_cache/
.dmypy.json
dmypy.json
.python-version
__pypackages__/

# Environments
.venv

# IDEs
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Project specific
todo.json
