Skip to content

Commit 3556885

Browse files
committed
ignore .env, python virtual .venv, and tool output files
1 parent 14c7c66 commit 3556885

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,11 @@ paket-files/
309309
# Python Tools for Visual Studio (PTVS)
310310
__pycache__/
311311
*.pyc
312+
**/.env
313+
**/.venv
314+
315+
# tools/analyze_data_synchronization
316+
tools/analyze_data_synchronization/*.json
312317

313318
# Cake - Uncomment if you are using it
314319
# tools/**

0 commit comments

Comments
 (0)