mirror of
https://github.com/fourdigits/django-template-lsp.git
synced 2025-08-05 00:47:59 +00:00
36 lines
414 B
Text
36 lines
414 B
Text
# Static project files
|
|
/env/
|
|
/tests/django_test/env/
|
|
|
|
# Test files
|
|
/tests/django_test/django_app/templates/test.html
|
|
|
|
# Python files
|
|
.Python
|
|
.python-version
|
|
*.pyc
|
|
__pycache__
|
|
pip-selfcheck.json
|
|
|
|
# Build files
|
|
*.egg-info/
|
|
/build/
|
|
/dist/
|
|
|
|
# OS and project files
|
|
*sqlite3
|
|
*djlsp.log
|
|
.DS_Store
|
|
.mypy_cache
|
|
.template-version
|
|
.vscode
|
|
.pytest_cache/
|
|
.env
|
|
*.swp
|
|
.idea/
|
|
/.helix/
|
|
|
|
# Coverage
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov/
|