# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# IDE
.idea/
.vscode/
*.swp
*~

# OS
.DS_Store
Thumbs.db

# Make stamp files
.translate.stamp

# i18n — generated artifacts, rebuilt on demand by make translate
*.pot
*.mo

# Claude Code
.claude/settings.local.json

# pixi (defensive: environments should live in ~/PIXI/ via the global
# `pixi config set --global detached-environments`, but this covers
# machines/accounts where that global config isn't set, so .pixi/
# never ends up committed)
.pixi/

# The Node.js prototype this project is inspired by — kept as reference,
# not part of this repo (it has its own separate git history).
/original/

# schema_builder — kitty's own source tree (cloned/built on demand by
# schema_builder/build_kitty.sh).
/schema_builder/kitty_source/

# Timestamped backup written before build_schema.py overwrites schema.json.
/src/pb_kitty_config_studio/config/schema.json.bak_*
