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

# Virtual environments
.venv/
venv/
env/

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Environment variables
.env
.env.*

#gif
demo.tape

# Closed-source marketing site — extracted to private repo `govanxa/kairos-ai` (ADR-010).
# Nested-Git pattern: getkairos.dev/ is its own private repo with its own .git/.
# This rule keeps website source out of the public Kairos repo's history.
/getkairos.dev/