# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
env/
build/
develop-eggs/
dist/
*.egg-info

# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
coverage.xml
.pytest_cache/
.tox/

# Documentation
docs/_build/
docs/.cache/

# Jupyter Notebook
.ipynb_checkpoints

# dotenv
.env

# virtualenv
.venv
venv/

# mypy
.mypy_cache/

# vscode ide stuff
*.code-workspace
.history
.vscode

# Version file generated by setuptools-scm
/libs/*/src/*/_version.py

# Stored tokens (for dev)
/tokens.json
