radicale/.gitignore
2020-01-15 11:20:47 +01:00

22 lines
173 B
Plaintext

*~
.*.swp
*.pyc
__pycache__
/MANIFEST
/build
/dist
/*.egg-info
coverage.xml
.pytest_cache
.cache
.coverage
.coverage.*
.eggs
.project
.pydevproject
.settings
.tox
.vscode