From 314dca880b961267ba16febef3a2e9d434b3a3cb Mon Sep 17 00:00:00 2001 From: TropiiDev Date: Sun, 5 Jan 2025 01:44:16 -0500 Subject: [PATCH] Implement the basics for account, economy, and the main file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3e8ecb4..1725bb6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ -.venv/ \ No newline at end of file +.venv/ +__pycache__/ \ No newline at end of file