mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 22:38:00 +00:00

* chore: util to manage URLs in the codebase * docs: mentiion validate_links and supported_versions in docs * refactor: fix linter errors
90 lines
No EOL
1.1 KiB
Text
90 lines
No EOL
1.1 KiB
Text
# Project-specific files
|
|
sampleproject/staticfiles/
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# PyInstaller
|
|
# Usually these files are written by a python script from a template
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*,cover
|
|
.pytest_cache/
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
*.sqlite3
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
# VSCode
|
|
.vscode
|
|
|
|
# Poetry
|
|
# lock file is not needed for development
|
|
# as project supports variety of Django versions
|
|
poetry.lock
|
|
|
|
# PyCharm
|
|
.idea/
|
|
|
|
# Python environment
|
|
.venv/
|
|
.DS_Store
|
|
.python-version
|
|
site
|
|
.direnv/
|
|
.envrc
|
|
.mypy_cache/
|
|
|
|
# JS, NPM Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# Cursor
|
|
.cursorrules |