__pycache__/
*.pyc
*.pyo
.env
*.egg-info/
dist/
build/
.eggs/

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

# AI agent / coding tool configs
.claude/
CLAUDE.md
.kiro/
.cursor/
.cursorignore
.cursorindexingignore
.gemini/
GEMINI.md
.opencode/
.github/copilot-instructions.md
.copilot/
.worktrees/

# OS
.DS_Store
Thumbs.db

# Python
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
*.cover

# Node
observal-web/node_modules/
observal-web/dist/

# Docker
docker/data/
docker/clickhouse/users.d/default-user.xml

# Local / ephemeral
.playwright-mcp/
e2e-screenshots/
