Skip to content

Commit 2cc542e

Browse files
authored
Merge pull request #271 from input-output-hk/update_gitignore
chore: update .gitignore for local and env files
2 parents fafe8f6 + ef2a3ad commit 2cc542e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.gitignore

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Local temporary files
2-
tmp/
1+
# Local files
2+
/tmp*/
3+
/.bin*/
4+
/.patches/
35

46
# Byte-compiled / optimized / DLL files
57
__pycache__/
@@ -8,6 +10,13 @@ __pycache__/
810

911
# mypy
1012
.mypy_cache/
13+
.dmypy.json
14+
15+
# Exuberant Ctags tag file
16+
/tags
17+
18+
# Env variables
19+
/.source*
1120

1221
# Distribution / packaging
1322
.Python

0 commit comments

Comments
 (0)