# Temporary files
*~
.py~
.python-version
.vscode

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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# MkDocs
site/

# Mkdocs-Test, Mkdocs-Macros and others
__*/

# Other files (generated by mkdocs-macros or others)
cache*

# JetBrains PyCharm and other IntelliJ based IDEs
.idea/

# pytest
.pytest_cache