# 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/
