# compiled bytecode / extensions

__pycache__/

*.pyc
*.pyo
*.pyd

*.so

# distribution / packaging

build/
dist/
wheels/

MANIFEST

*.manifest
*.spec

# coverage / reports

.coverage
coverage/

coverage.*

# testing

.hypothesis/

.pytest_cache/

# IPython

profile_default/
ipython_config.py

# local packages

__pypackages__/

# virtual environments

.env
env/
env.bak/

.venv
venv/
venv.bak/

# documentation

site/

# translations

*.mo
*.pot

# type checkers

.mypy_cache/
.pytype/

# formatters

.ruff_cache/

# cython debugging information

cython_debug/

# various logs

*.log

# remove if lock file should be included

poetry.lock
