Files
Radicale/.gitignore
Max Berger 90aa8cb260 Ignore uv.lock
This allows development using the uv tool without showing the commit as
dirty
2026-02-18 20:07:50 +01:00

29 lines
242 B
Plaintext

*~
.*.swp
*.pyc
__pycache__
/MANIFEST
/build
/dist
/*.egg-info
/_site
coverage.xml
.pytest_cache
.cache
.coverage
.coverage.*
.eggs
.mypy_cache
.project
.pydevproject
.settings
.tox
.vscode
.sass-cache
Gemfile.lock
pytestdebug.log
uv.lock