# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/

# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*

# Type checking
.mypy_cache/
.ruff_cache/

# Secrets — هیچ‌وقت commit نشن
.env
.env.local
*.key
*.pem

# OS
.DS_Store
Thumbs.db

CLAUDE.md