aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9fea8c2..280edb8 100755
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,24 @@
+# Folders
.vscode/
__pycache__/
downloads/
+
+# Configuration files
api_keys.json
config.json
blacklist.json
runs_blacklist.json
+
+# Log files
discord.log
+
+# GCC output
+*.o
+*.d
+
+# C binaries
+math
+
+# Misc
+bc_input.bc
leaderboard.png