# found in the dir
.coverage 
.ruff_cache/ 
.pytest_cache/

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

# C extensions
*.so

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

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.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/
cover/

# Translations
*.mo
*.pot

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

# Sphinx documentation
doc/_build/

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

# Ruff
.ruff_cache/

# pytype / pyre
.pytype/
.pyre/

# pdm / pixi / pypackages
.pdm-python
.pdm-build/
.pixi
__pypackages__/

# PyPI
.pypirc

# IDEs
.vscode/
.idea/
.spyderproject
.spyproject
.ropeproject

# Backup files left by editors
*.bkup
*.orig
*.bak

# Jupyter
.ipynb_checkpoints
