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

.claude/worktrees
.claude/scheduled_tasks.lock
.codex-worktrees/
# Editors
*~
/.zed
.idea
.ropeproject
/pyrightconfig.json

# Django
*.log
*.pot
local_settings.py
/var

# Database
sqlite*.db
dump.rdb

# Environment
/.venv
.env
.python-version

# Build
dist/

# macOS
.DS_Store

# Testing
testproject/
.hypothesis

# Work-item history is NOT committed — the maestro board is the record.
# Scoping scratch copies, build-start snapshots, and the closed/parked/declined
# archives all stay local. See CLAUDE.md.
planning/.cache/
planning/built/
planning/building/
planning/done/
planning/future/
planning/rejected/

# Docs
docs_site/

# Keys / secrets / misc
*_key.pem
.ssh_known_hosts
.updated
.site_packages
/set_venv_paths.sh
/.update.sh
