mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-05-08 15:44:49 +00:00
23 lines
194 B
Text
23 lines
194 B
Text
# Python
|
|
.Python
|
|
.eggs/
|
|
lib64/
|
|
sdist/
|
|
var/
|
|
__pycache__/
|
|
*$py.class
|
|
*.so
|
|
*.egg-info/
|
|
*.pyc
|
|
build/
|
|
dist/
|
|
.idea
|
|
.pypirc
|
|
.ruff_cache
|
|
.venv
|
|
.venv_django_*
|
|
.coverage*
|
|
coverage.*
|
|
|
|
# Node
|
|
node_modules/
|