Dayaprasad1437 commited on
Commit
7e728d3
1 Parent(s): 9aefa3d

Update .gitignore

Browse files

This outline provides a chapter-by-chapter overview of the Book of Genesis, highlighting the major events and themes in each section.

Files changed (1) hide show
  1. .gitignore +0 -55
.gitignore CHANGED
@@ -1,55 +0,0 @@
1
- # Byte-compiled / optimized / DLL files
2
- __pycache__
3
- *.py[cod]
4
- *$py.class
5
-
6
- # C extensions
7
- *.so
8
-
9
- # macOS dir files
10
- .DS_Store
11
-
12
- # Distribution / packaging
13
- .Python
14
- env/
15
- build/
16
- develop-eggs/
17
- dist/
18
- downloads/
19
- eggs/
20
- .eggs/
21
- lib/
22
- lib64/
23
- parts/
24
- sdist/
25
- var/
26
- wheels/
27
- *.egg-info/
28
- .installed.cfg
29
- *.egg
30
- .ipynb_checkpoints
31
-
32
- # Tests and linter
33
- .pytest_cache/
34
- .mypy_cache/
35
- .coverage
36
-
37
- # docs
38
- /docs
39
-
40
- # dotenv
41
- .env
42
- .envrc
43
-
44
- # virtualenv
45
- .venv
46
- venv/
47
- ENV/
48
-
49
- # personal notebooks & scripts
50
- */local_scripts
51
- */notes
52
- .vscode/
53
- /notebooks
54
- /local_scripts
55
- /notes