Optimized the root .gitignore to exclude virtual environments, node modules, and temp folders to ensure clean and lightweight version tracking. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
208 B
Plaintext
19 lines
208 B
Plaintext
.DS_Store
|
|
**/.DS_Store
|
|
|
|
# Virtual Environments
|
|
.venv_ocr/
|
|
.tmp_pydeps/
|
|
venv/
|
|
ENV/
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
**/node_modules/
|
|
|
|
# Temp files and local IDE settings
|
|
tmp/
|
|
.agents/
|
|
.claude/
|
|
.cursor/
|