.gitignore 236 B

123456789101112131415161718192021
  1. /.idea
  2. /.vs
  3. /.vs/Trixy/FileContentIndex/*
  4. /.vs/Trixy/v17/*
  5. */__pycache__
  6. /cache
  7. *.py[cod]
  8. __pycache__/
  9. *.so
  10. bin/
  11. build/
  12. pip-log.txt
  13. pip-delete-this-directory.txt
  14. .tox/
  15. .coverage
  16. .cache
  17. nosetests.xml
  18. coverage.xml
  19. *.log
  20. *.pot
  21. docs/_build/