.gitignore 167 B

1234567891011121314151617181920
  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
  18. .vscode