diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-19 14:41:28 +0200 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-19 14:41:28 +0200 |
commit | 2de3760085bff6e3ae14bacb8e6e8fb1a30bb4ae (patch) | |
tree | 704619be12302f14730cee33bde6a3617cd96d25 | |
parent | 328f2998b27ef189dac893d081d3626854fc20d4 (diff) | |
download | gopherhole-2de3760085bff6e3ae14bacb8e6e8fb1a30bb4ae.tar.gz |
Add .gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9bec4dc..c83b525 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .env -venv/ \ No newline at end of file +venv/ +__pycache__/ +.idea/ \ No newline at end of file |