# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/

# Virtual environments
.venv/
venv/
ENV/

# Testing & tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.benchmarks/
.deepeval/
htmlcov/
.coverage

# macOS
.DS_Store

# IDE
.vscode/
.idea/

# Project-specific exclusions (sensitive/local-only)
firebase-debug.log
SETUP_TRAINING.md
