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

# Virtual environments
.env
.venv
venv/
ENV/
env/

# IDE
.idea/
*.iml
.vscode/
*.swp
*.swo

# Claude Code local settings (per-user, not shared with the repo)
.claude/settings.local.json

# Codex Desktop local state (per-user, not shared with the repo)
.codex/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# DB
*.db
*.db-journal
*.db-wal
*.db-shm

# MAC specific (runtime)
mac.db
.learnings/

# Distribution / packaging
dist/
build/
*.whl
*.tar.gz

# macOS
.DS_Store

# Temporary files
*.tmp
*.temp
.tmp/
# Local runtime and caches
.mypy_cache/
.ruff_cache/
.arts/
active/
.agent-context/

# UV lock file (local, not shared)
uv.lock
mac.db.r2-history
