diff --git a/.gitignore b/.gitignore index 631e44495ad7478b58b994d2f8b5c1a278656c34..391626d7deaeade753f2b017a70e7da024835412 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,8 @@ db.sqlite3 .idea TsaApi/*.pyc *.pyc -venv* \ No newline at end of file +venv* + +# pycache +app/__pycache__/* +TsaApi/__pycache__/* \ No newline at end of file diff --git a/TsaApi/__init__.pyc b/TsaApi/__init__.pyc deleted file mode 100644 index 709a90ef202746dd2664b041994144486056b90b..0000000000000000000000000000000000000000 Binary files a/TsaApi/__init__.pyc and /dev/null differ diff --git a/TsaApi/local_settings.pyc b/TsaApi/local_settings.pyc deleted file mode 100644 index ea0a8c6f2daef69f37741515fb3ea8bd9383e1a4..0000000000000000000000000000000000000000 Binary files a/TsaApi/local_settings.pyc and /dev/null differ diff --git a/TsaApi/settings.pyc b/TsaApi/settings.pyc deleted file mode 100644 index a3a5461550eef7903024869749a1e45c2914eb17..0000000000000000000000000000000000000000 Binary files a/TsaApi/settings.pyc and /dev/null differ