Skip to content

Commit 2757f31

Browse files
committed
chore: remove __pycache__ from repository
- remove accidentally committed python cache files - update .gitignore to properly ignore all python cache files - add standard python ignore patterns (__pycache__, *.pyc, *.pyo, *.pyd)
1 parent 5b2763a commit 2757f31

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
/target
22
PRD.md
3-
ROADMAP.mdscripts/__pycache__/
3+
ROADMAP.md
4+
__pycache__/
5+
*.pyc
6+
*.pyo
7+
*.pyd
8+
.Python
-5.94 KB
Binary file not shown.

0 commit comments

Comments
 (0)