# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg


# Virtual environments
venv/
ENV/
env/
.venv
.uv-tools/
.pytest_cache

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Project specific
*.log
.env
.env.local
.codex/
.claudeignore
*.lock
.worktrees/
.kittify/.dashboard
node_modules/

# Spec Kit-specific files
.genreleases/
*.zip
sdd-*/

# Added by Spec Kitty CLI (auto-managed)
.claude/
.opencode/
.windsurf/
.gemini/
.cursor/
.qwen/
.kilocode/
.augment/
.github/
.roo/
.amazonq/
.pytest_cache/
# Note: kitty-specs/ is tracked in main repo but ignored in worktrees via .git/info/exclude
.github/copilot/
# Block WP status files (managed in main repo, prevents merge conflicts)
# Research artifacts in kitty-specs/**/research/ are allowed
kitty-specs/**/tasks/*.md
