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

# Virtual environment
.venv/
venv/
env/

# Testing
.pytest_cache/
htmlcov/
coverage.xml
.coverage
*.cover

# llm-behave baselines (user-specific, not committed)
# ML models cache
.models_cache/

# IDE
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Reference docs (not part of the library)
*.docx
*.pdf
rought.txt

# Environment
.env
.env.local

# Internal / private files (not for public GitHub)
# All private/secret/internal docs live in NOD/ — never pushed.
NOD/
# CLAUDE.md and AGENTS.md stay at root so tooling auto-loads them, but are never pushed.
CLAUDE.md
AGENTS.md
.claudeignore
.vscode/
.claude/
.llm_behave_baselines/
