diff --git a/.gitignore b/.gitignore index cde3a7e..c0c10e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ +.DS_Store /config.toml /storage/ -/.idea/ \ No newline at end of file +/.idea/ +/app/services/__pycache__ +/app/__pycache__/ +/app/config/__pycache__/ +/app/models/__pycache__/ +/app/utils/__pycache__/ +/*/__pycache__/* \ No newline at end of file