forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cursorignore
More file actions
110 lines (98 loc) · 1.43 KB
/
.cursorignore
File metadata and controls
110 lines (98 loc) · 1.43 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Security - Secrets and credentials
*.env
.env*
!.env.template
*.key
*.pem
*.jks
credentials.json
**/secrets/**
**/google-credentials*.json
**/firebase_options*.dart
**/key.properties
**/google-services.json
**/GoogleService-Info.plist
# Build artifacts and dependencies (performance)
node_modules/
**/build/
**/dist/
**/.dart_tool/
**/.build/
**/.next/
**/.expo/
**/Pods/
**/.gradle/
**/venv/
**/__pycache__/
**/pretrained_models/
**/.pub-cache/
**/.pub/
# Large binary files
*.zip
*.wav
*.SLDPRT
*.SLDASM
*.stl
*.step
*.f3z
*.png
*.jpg
*.jpeg
*.webp
*.gif
*.ico
*.svg
# Logs and temporary files
*.log
*.tmp
*.swo
*.swp
hs_err_pid*
**/logs/
**/dump/
**/_temp/
**/_temp2/
# Generated files
**/*.gen.dart
**/*.g.dart
**/Generated*.dart
**/Generated*.java
**/Generated*.swift
**/Generated*.m
**/Generated*.h
**/objectbox.g.dart
**/objectbox-model.json
**/env.g.dart
**/firebase.json
# Test outputs
test/recordings
**/recordings/
**/results/
**/visualizations/
# Documentation builds
docs/_site/
docs/.docusaurus/
# IDE and editor files
.idea/
.vscode/
.DS_Store
# Lock files (not needed for semantic search)
*.lock
yarn.lock
# Research and data files
**/research/
**/scripts/data/
**/scripts/rag/*.json
**/scripts/stt/diarization.json
**/syncing/*
# Firmware builds
**/firmware/v2.*/
# Cache directories
.metro-cache/
.playwright-mcp/
.aider*
# Large agent/skill documentation (already indexed elsewhere)
.agents/
.agents/**/*.md
.claude/
.gemini/