# OS files
.DS_Store
Thumbs.db

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment files
.env
.env.*
!.env.example

# Node
node_modules/
package-lock.json

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

# Testing / Linting cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Generated files
*.pptx
*.docx
demo_*

# Auto-generated version file (hatch-vcs)
src/skillengine/_version.py
