ha-inlite

Home Assistant integration for in-lite
git clone https://git.stephank.nl/ha-inlite
Log | Files | Refs | README | LICENSE | ZIP

.gitignore (513B)


      1 # Byte-compiled / optimized / DLL files
      2 __pycache__/
      3 *.py[cod]
      4 *$py.class
      5 
      6 # Distribution / packaging
      7 dist/
      8 build/
      9 *.egg-info/
     10 *.egg
     11 
     12 # Virtual environments
     13 .venv/
     14 venv/
     15 env/
     16 
     17 # IDE
     18 .idea/
     19 .vscode/
     20 *.swp
     21 *.swo
     22 *~
     23 
     24 # OS
     25 .DS_Store
     26 Thumbs.db
     27 
     28 # pytest
     29 .pytest_cache/
     30 htmlcov/
     31 .coverage
     32 
     33 # mypy
     34 .mypy_cache/
     35 # Squad: ignore runtime state (logs, inbox, sessions)
     36 .squad/orchestration-log/
     37 .squad/log/
     38 .squad/decisions/inbox/
     39 .squad/sessions/
     40 # Squad: SubSquad activation file (local to this machine)
     41 .squad-workstream