Spaces:
Running
Running
Commit
·
17d8d21
1
Parent(s):
7e29b15
Add .gitignore entry for __pycache__ directory
Browse files- .gitignore +1 -0
- helper/bn_lib.py +0 -0
.gitignore
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
.env
|
| 2 |
.venv/
|
| 3 |
l.txt
|
|
|
|
|
|
| 1 |
.env
|
| 2 |
.venv/
|
| 3 |
l.txt
|
| 4 |
+
__pycache__/
|
helper/bn_lib.py
ADDED
|
File without changes
|