django-fernet-encrypted-fields/.gitignore
2026-03-24 07:05:22 -04:00

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/