# Planning and internal docs
compose-lint-plan.md

# AI assistant configuration
CLAUDE.md
.claude/

# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.pyo

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
src/*.egg-info/

# Virtual environments
.venv/
venv/
ENV/

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

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.dmypy.json

# Ruff
.ruff_cache/

# Environment / secrets
.env
.env.*
!.env.example

# OS files
.DS_Store
Thumbs.db

# Build isolation
*.spec
