chore: update .gitignore from main
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,13 +1,6 @@
|
|||||||
# Scripts folder (private tools)
|
# Scripts folder (private tools)
|
||||||
.scripts/
|
.scripts/
|
||||||
|
|
||||||
# Database files
|
|
||||||
*.db
|
|
||||||
|
|
||||||
# Environment files
|
|
||||||
.env
|
|
||||||
.env.local
|
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
@@ -268,15 +261,18 @@ continue_config.json
|
|||||||
|
|
||||||
CLAUDE_MONITOR.md
|
CLAUDE_MONITOR.md
|
||||||
CLAUDE.md
|
CLAUDE.md
|
||||||
|
.claude/
|
||||||
|
|
||||||
|
scripts/
|
||||||
|
|
||||||
tests/**/test_site
|
tests/**/test_site
|
||||||
tests/**/reports
|
tests/**/reports
|
||||||
tests/**/benchmark_reports
|
tests/**/benchmark_reports
|
||||||
test_scripts/
|
|
||||||
docs/**/data
|
docs/**/data
|
||||||
.codecat/
|
.codecat/
|
||||||
|
|
||||||
docs/apps/linkdin/debug*/
|
docs/apps/linkdin/debug*/
|
||||||
docs/apps/linkdin/samples/insights/*
|
docs/apps/linkdin/samples/insights/*
|
||||||
|
docs/md_v2/marketplace/backend/uploads/
|
||||||
scripts/
|
docs/md_v2/marketplace/backend/marketplace.db
|
||||||
|
|||||||
Reference in New Issue
Block a user