diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7180554 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +end_of_line = crlf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = tab \ No newline at end of file diff --git a/.gitignore b/.gitignore index 9491a2f..ddc0c93 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,10 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +# Wirtualne środowisko pythona +FlaskWebProject/env + +# Wersja pythona +FlaskWebProject/FlaskWebProject.pyproj \ No newline at end of file diff --git a/FlaskWebProject/FlaskWebProject.pyproj b/FlaskWebProject/FlaskWebProject.pyproj deleted file mode 100644 index 4a37401..0000000 --- a/FlaskWebProject/FlaskWebProject.pyproj +++ /dev/null @@ -1,124 +0,0 @@ - - - - 10.0 - Debug - 2.0 - 89df7a6e-dc87-40f3-8b4b-f609a6e889d1 - . - {789894c7-04a9-4a11-a6b5-3f4435165112};{1b580a1a-fdb3-4b32-83e1-6407eb2722e6};{349c5851-65df-11da-9384-00065b846f21};{888888a0-9f3d-457c-b088-3a5042f75d52} - runserver.py - - - . - Web launcher - http://localhost - . - true - FlaskWebProject - FlaskWebProject - MSBuild|env|$(MSBuildProjectFullPath) - - - true - false - - - true - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - env - 3.13 - env (Python 3.13 (64-bit)) - Scripts\python.exe - Scripts\pythonw.exe - PYTHONPATH - X64 - - - - - - - - - - - - - True - True - http://localhost - False - - - - - - - CurrentPage - True - False - False - False - - - - - - - - - False - False - - - - - \ No newline at end of file