36 lines
434 B
Plaintext
36 lines
434 B
Plaintext
.DS_Store
|
|
.env
|
|
.env.local
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.venv/
|
|
.venv*/
|
|
|
|
# Android / Gradle
|
|
.gradle/
|
|
local.properties
|
|
build/
|
|
**/build/
|
|
.kotlin/
|
|
**/.gradle/
|
|
**/.kotlin/
|
|
node_modules/
|
|
**/node_modules/
|
|
|
|
# Runtime data and artifacts
|
|
data/
|
|
!android-app/app/src/main/java/com/aiglasses/app/data/
|
|
!android-app/app/src/main/java/com/aiglasses/app/data/**
|
|
output/
|
|
*.log
|
|
|
|
# macOS / editors
|
|
.idea/
|
|
.vscode/
|