.gitignore 72 B

12345678
  1. config.ini
  2. .venv/
  3. *.pyc
  4. __pycache__/
  5. dist/
  6. pantalaimon.conf
  7. build/
  8. venv/