.gitignore 205 B

123456789101112131415161718192021222324
  1. *~
  2. .*.swp
  3. *.pyc
  4. __pycache__
  5. /MANIFEST
  6. /build
  7. /dist
  8. /*.egg-info
  9. /_site
  10. coverage.xml
  11. .pytest_cache
  12. .cache
  13. .coverage
  14. .coverage.*
  15. .eggs
  16. .project
  17. .pydevproject
  18. .settings
  19. .tox
  20. .vscode
  21. .sass-cache
  22. Gemfile.lock