django-template-lsp/.gitignore
2025-01-09 09:25:51 +01:00

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/