31 lines
312 B
Plaintext
31 lines
312 B
Plaintext
.DS_Store
|
|
.env
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# Kotlin / Gradle
|
|
.gradle/
|
|
**/build/
|
|
|
|
# Flutter / Dart
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
**/.pub-cache/
|
|
**/ios/Pods/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# Local data
|
|
.local/
|
|
coverage/
|
|
reports/
|