From 8c056e5931e05e7c68fb432f883e11bbdfe464b8 Mon Sep 17 00:00:00 2001 From: Dionysus Date: Sat, 11 Apr 2026 01:34:16 +0000 Subject: [PATCH] Add .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d5374e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 +# IRCoin Bot - Developed by acidvegas in Python (https://git.supernets.org/acidvegas/ircoin) + +ircoin_data.json +ircoin_data.json.tmp \ No newline at end of file