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

# Virtual environments
.venv/
venv/
env/

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

# Cursor
.cursor/
.cursorindexingignore
.cursorrules
.cursorignore

# Claude Code
.claude/

# Specstory
.specstory/

# Runtime data
data/
!frontend/src/data/
*.db

# Search index
search_index/

# Frontend build output (rebuilt by Docker multi-stage build)
static/

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
htmlcov/
.coverage

# Environment
.env
.env.local

# Personal notes (not part of project)
txt.md
add.md
chaofa-mindset/

agent-teams/