.gitignore 140 B

12345678910111213141516
  1. build/
  2. .vscode/
  3. .idea
  4. .png
  5. *.json
  6. *.txt
  7. .cproject
  8. .project
  9. .html
  10. *.pyc
  11. .settings/
  12. docs/
  13. demoData/
  14. dist/
  15. openfhe/openfhe.so
  16. openfhe.egg-info/