We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e84c245 + 947eddc commit 7f279caCopy full SHA for 7f279ca
.gitignore
@@ -1,19 +1,25 @@
1
+# OS-specific files
2
.DS_Store
3
+
4
+# Node.js dependencies and logs
5
node_modules
6
yarn-error.log
7
8
+# Python virtual environments
9
+.venv*
10
11
# Scraper-generated files
12
**/__pycache__/
13
*.ini
14
*.json
15
*.log
16
-# Index build artifact
17
+# Build artifacts
18
/_site
19
-# generator
20
+# Generator artifacts
21
site_generator/site/assets/fuse-index.json
22
site_generator/site/assets/scrapers.json
23
-# Python virtual environment
-.venv*
24
+# Automatic dependencies
25
+/scrapers/automatic_dependencies/
0 commit comments