tuiHoneyPot

front and back end of my TUI honeypot
Log | Files | Refs | README

.gitignore (144B)


      1 __pycache__
      2 db/*.db
      3 uploads/pictures/custom/*
      4 .idea
      5 .venv/
      6 
      7 *.pyc
      8 
      9 instance/
     10 
     11 .pytest_cache/
     12 .coverage
     13 htmlcov/
     14 
     15 dist/
     16 build/
     17 *.egg-info/
     18 
     19 .env