# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.so
*.dylib

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Misc
.DS_Store
*.log

# Markdown
*.md
*.lock
