hyf

Context-aware query service for Radroots
git clone https://radroots.dev/git/hyf.git
Log | Files | Refs | README | LICENSE

.gitignore (240B)


      1 /.pixi/
      2 /.magic/
      3 /.modular/
      4 /.pytest_cache/
      5 
      6 # Local environment files
      7 .env
      8 .env.*
      9 
     10 # OS and editor files
     11 .DS_Store
     12 Thumbs.db
     13 
     14 # Local development files
     15 .vscode/
     16 .idea/
     17 
     18 # Local build outputs
     19 __pycache__/
     20 
     21 # Local secrets
     22 *.pem
     23 *.crt
     24 *.key