# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# virtualenv
.venv*/
env/
venv/

# VSCode
.vscode/

# MyPy cache
.mypy_cache/

# pytest
.pytest_cache/

# build
dist/
build/
*.egg-info/

# Mac
.DS_Store

# gettext binary files
locales/**/LC_MESSAGES/*.mo

# Temp / scratch tests
src/test*.py

# coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

# Obsidian
.Obsidian
