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

dist/

# Environment
.env
.venv/

# Testing & Coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
*.cover

# Tools
.idea/

CODE_REVIEW.md
