__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.db
.env
.venv
.venv/
venv
venv/
node_modules/
ts/node_modules/
ts/bun.lock
GITIGNORED/

.pytest_cache/
.ruff_cache/

# Coverage — including the per-process subprocess-coverage shards the
# conftest emits (.coverage.<host>.pid<N>.<rand>). These are build
# artifacts; a stray shard was committed before this rule existed.
.coverage
.coverage.*
htmlcov/
coverage.xml

# Django
db.sqlite3
staticfiles/
media/

# Claude Code
.claude/
docs/to_claude/
logs/
.playwright-cli/
