# Byte-compiled / cached
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg
dist/
build/

# Virtual environments
.venv/
venv/
env/

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

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

# Type checking / linting
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# OS files
.DS_Store
Thumbs.db

# Environment / secrets
.env
.env.*

# Data directories (runtime)
*.db
*.db-wal
*.db-shm

# Internal development artifacts (not for public repo)
# keep internal design docs private, but allow two public user guides
Docs/*
!Docs/quickstart.md
!Docs/sensors.md
References/
src/chronos/
chronos-core/target/
