diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-08-04 23:35:06 -0700 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-08-04 23:35:06 -0700 |
commit | 613c8900924ea79a195b3da3cefa50d3a2bd3e58 (patch) | |
tree | db541d20158cb333f829bab154d444f7fe8e7d65 /.gitignore |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..329ec83 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +venv +__pycache__ +.idea |