# Ignore Python cache and temporary files
__pycache__/
*.pyc
*.pyo
*.pyd
*.pytest_cache/

# Ignore virtual environments
.venv/
venv/
.env/
.envrc

# Ignore test output and coverage
.coverage
htmlcov/
dist/
build/
.eggs/
*.egg-info/

# Ignore tests (not needed in the runtime image)
tests/

# Ignore git and CI/CD metadata
.git/
.github/
.gitignore

# Ignore editor and OS files
*.swp
*.swo
*.bak
.DS_Store

# Ignore local config and secrets
*.env
secrets.*

# Ignore docs and markdown previews (none needed in the runtime image)
*.md~
*.md

# Ignore screenshots
screenshot_*.png

# Ignore Docker artifacts
Dockerfile*
.dockerignore

# Ignore worktree directories
.worktrees/

# Ignore Claude/OMC AI tooling config
.claude/
.omc/
CLAUDE.md
AGENTS.md
