fluxa/.gitignore

35 lines
437 B
Text

/.codex
/.idea/
/.kotlin/
/.vscode/
**/.gradle/
/build/
/app/build/
**/build/
**/.cxx/
/app/src/main/jniLibs/
/rust/**/target/
/local.properties
/.env
/.env.*
*.env
**/debug.keystore
*.jks
/server.log
/adb_logcat.txt
/build_log.txt
/build_log_2.txt
*.log
*.pyc
__pycache__/
# Profiling / tracing artifacts
*.perfetto-trace
/record_android_trace
# Local agent / tool config
/.claude/settings.local.json
/.agents/
*.md
!README.md
/docs/