mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
21 lines
172 B
Text
21 lines
172 B
Text
# Python
|
|
.Python
|
|
.eggs/
|
|
lib64/
|
|
sdist/
|
|
var/
|
|
__pycache__/
|
|
*$py.class
|
|
*.so
|
|
*.egg-info/
|
|
*.pyc
|
|
build/
|
|
dist/
|
|
.idea
|
|
.pypirc
|
|
.ruff_cache
|
|
.venv
|
|
.venv_django_*
|
|
|
|
# Node
|
|
node_modules/
|