Skip to content

Commit daf1b9b

Browse files
author
BF6 Portal Developer
committed
Update .gitignore to exclude Python cache files and update test_python.bat path
1 parent 0ce8672 commit daf1b9b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ web_ui/quotes.local.json
4848

4949
# Local vendor tools (do not commit)
5050
tools/sysinternals/
51+
52+
# Python
53+
__pycache__/
54+
*.py[cod]
55+
*$py.class
56+
*.pyc

tools/test_python.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
D:\=Code=\Serenity\.venv-temp\Scripts\python.exe tools/test_python.py
2+
D:\_Code_\Serenity\.venv-temp\Scripts\python.exe tools/test_python.py

0 commit comments

Comments
 (0)