diff --git a/.gitignore b/.gitignore index f4990d1..09e90a2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ __pycache__/ htmlcov/ .coverage .venv/ -venv/ \ No newline at end of file +venv/ +.ipynb_checkpoints/ +anaconda_projects/ \ No newline at end of file diff --git a/.ipynb_checkpoints/README-checkpoint.md b/.ipynb_checkpoints/README-checkpoint.md deleted file mode 100644 index 8206f82..0000000 --- a/.ipynb_checkpoints/README-checkpoint.md +++ /dev/null @@ -1,3 +0,0 @@ -# knitting_pattern -A project in which I attempt to create a tool to help calculate knitting patterns. -My goal is to develop an app where the user can move and scale alpha patterns (patterns on a pixel grid) on a garment, and based on selected measurement, yarn gauge and pattern placement, the app can calculate a knitting pattern to follow. diff --git a/anaconda_projects/db/project_filebrowser.db b/anaconda_projects/db/project_filebrowser.db deleted file mode 100644 index ff23104..0000000 Binary files a/anaconda_projects/db/project_filebrowser.db and /dev/null differ