Skip to content

Commit 30e44a2

Browse files
committed
Ignore .cache for judge results and remove from repo
1 parent 5b656be commit 30e44a2

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.cache/judge.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Bytecode and caches
22
__pycache__/
33
*.py[cod]
4+
.cache/
45

56
# Virtual envs
67
.venv/
@@ -14,4 +15,3 @@ Thumbs.db
1415
*.egg-info/
1516
dist/
1617
build/
17-

0 commit comments

Comments
 (0)