Skip to content

Commit f1dec0b

Browse files
Update .gitignore to exclude __pycache__, log files, and .idea
Co-authored-by: PersonalViolet <172555007+PersonalViolet@users.noreply.github.com>
1 parent 1752160 commit f1dec0b

4 files changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,14 @@
22
.venv/
33
venv/
44
env/
5+
6+
# Python cache
7+
__pycache__/
8+
*.pyc
9+
*.pyo
10+
11+
# Log files
12+
*.log
13+
14+
# IDE
15+
.idea/
-10.3 KB
Binary file not shown.

__pycache__/main.cpython-312.pyc

-38.9 KB
Binary file not shown.

crypto_ops.log

Whitespace-only changes.

0 commit comments

Comments
 (0)