# Developed by - Vedavyas Vayalpadu - vyas4c3@gmail.com
# Coded by - Claude Code

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

# Virtual environments
.venv/
venv/
env/

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# ADDA's own generated OKF (regenerate with `adda export`)
okf.json

# OS noise
.DS_Store
Thumbs.db

# Claude Code local settings (machine-specific, never shared)
.claude/settings.local.json
