diff options
-rw-r--r-- | .gitignore (renamed from server/.gitignore) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/.gitignore b/.gitignore index 1800114..312ed4a 100644 --- a/server/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +server/env + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -171,4 +173,4 @@ cython_debug/ .ruff_cache/ # PyPI configuration file -.pypirc
\ No newline at end of file +.pypirc |