Skip to content

Commit 06e17fe

Browse files
Copilot4darsh-Dev
andcommitted
Update .gitignore to exclude cache files and build artifacts
Co-authored-by: 4darsh-Dev <109789509+4darsh-Dev@users.noreply.github.com>
1 parent f4b68dd commit 06e17fe

6 files changed

Lines changed: 26 additions & 2 deletions

File tree

.coverage

-52 KB
Binary file not shown.

.gitignore

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,32 @@ src/.env
22
.myenv
33
src/extracted_content
44

5+
# Python cache
56
src/scraper/__pycache__
7+
tests/**/__pycache__
8+
**/__pycache__/
9+
*.py[cod]
10+
*$py.class
11+
12+
# Coverage reports
13+
.coverage
14+
.coverage.*
15+
coverage.xml
16+
*.cover
17+
.hypothesis/
18+
.pytest_cache/
619

720
.env
8-
src/.env
9-
myenv
21+
myenv
22+
23+
# Node.js dependencies
24+
node_modules/
25+
npm-debug.log*
26+
yarn-debug.log*
27+
yarn-error.log*
28+
29+
# Build outputs
30+
.next/
31+
out/
32+
dist/
33+
build/
Binary file not shown.
-159 Bytes
Binary file not shown.
-163 Bytes
Binary file not shown.
-159 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)