.DS_Store
.bmad-core
.ai
csm
AGENTS.md
# Ignore everything inside .codex
.codex/*

# But don't ignore this subdirectory
!.codex/prompts/
!.codex/prompts/**
.kiro
# .bmad
# .claude
# .codex
# .cursor
# .agent
# .gemini
# .qwen
.vscode

*panera*

scripts/*.json

.venv

.uv-cache

.env
.env.local
.env.*.local
.env.development.local

# 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

# Testing and tools
.ruff_cache
.mypy_cache
.pytest_cache
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/
# BMAD (local only)
.bmad-core/
.bmad-*/
