Skip to content

Commit fb80468

Browse files
committed
Organized .gitignore
1 parent 1e101b6 commit fb80468

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
# Build artifacts
2+
build/
3+
.vscode/
4+
__pycache__/
5+
ferry_cli.egg-info/
6+
7+
# Development artifacts
18
result.json
29
.venv
310
.git
4-
/tmp/*
5-
__pycache__
6-
.make_creds.sh
711
swagger.json
812
config/swagger.json
13+
14+
# Testing artifacts
15+
/tmp/*
16+
.make_creds.sh
917
remove

0 commit comments

Comments
 (0)