django-fernet-encrypted-fields/.gitignore

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/