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

# Env
.venv/
venv/
.env

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Heavy files — not in package
connaissance/livres/
connaissance/extractions/
connaissance/transcripts/
connaissance/index/

# Docs (separate from package)
docs/

# Test artifacts
.pytest_cache/
.coverage
htmlcov/

# Build cache
.semut-cache.db
