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

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

# Environments
.venv

# IDEs
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Project specific
todo.json
