# Build artifacts
dist/
build/
*.egg-info/
*.whl
*.tar.gz

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/
.ruff_cache/

# Environment
.env
.env.*
credentials*
!src/concinno_skills_chat/  # library source never matches credentials*
secrets*

# IDE
.vscode/
.idea/
*.swp
*.swo
