# 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)
CLAUDE.md
ideas.txt
PROJECT_LOG.txt
PLAIN_ENGLISH_GUIDE.txt
launch/
.claudeignore
.vscode/
.claude/
.llm_behave_baselines/
