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

# C extensions
*.so

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

# 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/

# mypy
.mypy_cache/
.dmypy.json

# Pyre
.pyre/

# Ruff
.ruff_cache/

# IDEs and editors
.vscode/
.idea/

# Environments
.env
.venv/
venv/
ENV/

# Pyenv
.python-version

# OS files
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/

# marimo
__marimo__/
