examples/


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

# C extensions
*.so

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

# PyInstaller
#  Usually these files are written by a python script from a template
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
.pyre/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre
.pyre/

# Pytype
.pytype/

# Cython debug symbols
cython_debug/

# Jupyter Notebook checkpoints
.ipynb_checkpoints

# PyCharm
.idea/

# VS Code
.vscode/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
*.env

# IDEs and editors
*.swp
*.swo
*.swn
*.bak
*.tmp
*.orig
*~

# Mac & Linux
.DS_Store
.AppleDouble
.LSOverride
.Trashes
Icon?
ehthumbs.db
Thumbs.db

# Logs
*.log

# Profiling data
.prof

# Local tools or generated files
*.sqlite3
*.db
*.log
*.pot
*.mo

# Pyproject build artifacts
.pytest_cache/
__pypackages__/

# Generated by setuptools-scm. For handling version control
_version.py