Skip to content

Commit 062b702

Browse files
Add to Python path
1 parent 84324f7 commit 062b702

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Adding multiple relative paths for shared modules.
2+
PYTHONPATH=../shared/python;../../shared/python;

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ labs-in-progress/
2020
# Misc
2121
*.log
2222

23-
# Exclude sensitive or generated files
23+
# Exclude sensitive or generated files (except for root .env for Python)
2424
.env
25+
!/.env
2526

2627
# Coverage data and reports
2728
.coverage

0 commit comments

Comments
 (0)