diff options
Diffstat (limited to 'backend/.gitignore')
| -rw-r--r-- | backend/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 0000000..16cd44d --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1,6 @@ +__pycache__/ +*.pyc +*.pyo + +.venv/ +.env
\ No newline at end of file |
