.gitignore 159 B

12345678910111213141516171819
  1. *~
  2. .*.swp
  3. *.pyc
  4. __pycache__
  5. /MANIFEST
  6. /build
  7. /dist
  8. /Radicale.egg-info
  9. .pytest_cache
  10. .cache
  11. .coverage
  12. .coverage.*
  13. .eggs
  14. .project
  15. .pydevproject
  16. .settings
  17. .tox