diff --git a/.gitignore b/.gitignore index 5d381cc..717968c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,15 @@ +# ---> Manual +# IntelliJ project files +.idea/* +*.iml + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class + # C extensions *.so diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a32a733 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +Flask~=3.0.3 \ No newline at end of file