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>
11 lines
454 B
Plaintext
11 lines
454 B
Plaintext
# Deep Research Skill Dependencies
|
|
# These are standard library modules, no external dependencies needed for core functionality
|
|
|
|
# Optional: For enhanced features, uncomment if needed
|
|
# requests>=2.31.0 # For web fetching
|
|
# beautifulsoup4>=4.12.0 # For HTML parsing
|
|
# markdownify>=0.11.6 # For HTML to markdown conversion
|
|
# numpy>=1.24.0 # For statistical analysis
|
|
# pandas>=2.0.0 # For data analysis
|
|
# networkx>=3.1 # For knowledge graph analysis
|