File size: 204 Bytes
5e52bd7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | .git
.gitignore
.env
.env.local
.venv
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.pytest_cache
.coverage
htmlcov
dist
build
*.egg-info
.DS_Store
.vscode
.idea
*.log
*.db
*.sqlite
node_modules
.next
|