commit-msg.md
.env

# Python
__pycache__/
*.pyc
*.egg-info/
dist/

# Tools
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Project
site/
.venv/
