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

# C extensions
*.so

# Virtual environment
.env/
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/

# VS Code
.vscode/

# Jupyter Notebook Checkpoints
.ipynb_checkpoints/

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

# PyInstaller
*.manifest
*.spec

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

# Logs
*.log

# Sphinx documentation build output
docs/_build/
docs/build/

# Type checker / linter caches
.mypy_cache/
.ruff_cache/
.pytest_cache/

# macOS
.DS_Store

# My local notebook
bnmetrics_rename.ipynb
test_bnmetrics.py