# Python bytecode
__pycache__/
*.py[cod]
*.pyo

# Virtual environment
.venv/
venv/

# IDE / Editor
.vscode/
.idea/
.cursor/
*.swp
*.swo
*~

# OS junk
.DS_Store
Thumbs.db

# Build artifacts
build/
dist/
*.egg-info/
*.deb
# ...except the apt repo pool, which GitHub Pages serves as-is (there's no
# separate artifact host — the committed .deb IS the download).
!landing/apt/pool/**/*.deb

# Database (created at runtime, not shipped)
*.db

# Logs
log.txt

# Environment
.env
.env.local

# Settings (user-specific, created at runtime)
settings.json

.agent
.claude/
CLAUDE.md
claude.md
PUBLISH.md
publish.md
scripts/
packaging/publish_apt.sh
