# Rust build artifacts
/target
**/*.rs.bk

# Editor / OS
.DS_Store
*.swp
*.swo
.idea/
.vscode/

# Local-only artifacts
*.log
/tmp/

# Secrets — never commit. .env* covers .env, .env.local, .env.production, etc.
.env
.env.*
!.env.example

# Python package build artifacts (the binary lands in _bin/ at CI time
# only — we never want it in git; the .gitkeep placeholder is preserved)
/python/dist/
/python/build/
/python/*.egg-info/
/python/unbrowser/__pycache__/
/scripts/__pycache__/
**/*.pyc

# Claude Code per-project state (scheduled tasks, etc.)
/.claude/
/python/unbrowser/_bin/*
!/python/unbrowser/_bin/.gitkeep

# Local scratch files
/skills/_awesome-pr.md
