40 lines
593 B
Plaintext
40 lines
593 B
Plaintext
# OS generated files
|
|
.DS_Store
|
|
|
|
# Editor directories and files
|
|
.vscode/
|
|
|
|
# Go binaries and build artifacts
|
|
/bin/
|
|
/arxiv-processor/arxiv-processor
|
|
/json2md/json2md
|
|
/llm_processor/llm_processor
|
|
paper-system
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Test files
|
|
*_test.go
|
|
|
|
# Temporary files
|
|
temp_*.json
|
|
*.md.gz
|
|
|
|
# Configuration files that might contain sensitive data
|
|
.env
|
|
|
|
# Generated output files
|
|
*.md
|
|
*.json
|
|
papers.json
|
|
newpapers.md.gz
|
|
arxiv-processor/newpapers.json
|
|
arxiv-processor/papers_data.json
|
|
llm_processor/*-filt.*
|
|
llm_processor/results.json
|
|
llm_processor/oldresults.json
|