Files
synq/.gitignore
eulaly b1265f2c2d ignore *.hprof heap dumps
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 12:37:42 -04:00

29 lines
248 B
Plaintext

.env
*.sqlite
*.sqlite3
__pycache__/
.pytest_cache/
.venv/
venv/
dist/
build/
*.pyc
# android
android/.gradle/
android/local.properties
android/**/build/
android/captures/
*.apk
*.aab
*.hprof
# ide
.idea/
.vscode/
*.iml
# os
.DS_Store
Thumbs.db