# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
.cache/
*.so

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

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

# Type checking
.mypy_cache/
.ruff_cache/

# Environment & secrets
.env
.env.*
!.env.example
*.pem
*.key

# Local profile config (may contain inline api_key/dsn) — keep the example tracked
knomi.json

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

# macOS
.DS_Store

# Docker
.docker/

# Logs
*.log
logs/

# knomi runtime
.knomi/
*.knomi_index

# MkDocs build output
site/
