diff --git a/.dockerignore b/.dockerignore index a522859..e7977d8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,12 +2,6 @@ .git .gitignore -# Python cache -__pycache__/ -*.py[cod] -*.pyo -*.pyd - # Node node_modules/ npm-debug.log* diff --git a/.gitignore b/.gitignore index 2c59e2d..76a994e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,9 @@ -# Python -__pycache__/ -*.py[cod] -*.pyo -*.pyd -*.so -*.egg -*.egg-info/ -.eggs/ -*.log -*.sqlite3 -db.sqlite3 - # Virtual env .venv/ env/ venv/ ENV/ -# Jupyter -.ipynb_checkpoints/ - # Node / React Native (Expo) node_modules/ npm-debug.log* @@ -48,11 +32,6 @@ desktop.ini # coverage reports (backend & frontend) coverage/ -backend/app/coverage/ -frontend/app/coverage/ # Jest cache frontend/app/.jest-cache/ - -make_md.py -client_side_python_* \ No newline at end of file