diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cfa4cd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +*.pyc +*.pyd +*.pyo +venv/ +.venv/ +env/ +.env/ +dist/ +build/ +*.egg-info/ +.coverage +.tox/ +.idea/ +*.iml +.ipynb_checkpoints/ +Pipfile.lock # Consider if you want to include or exclude + +# macOS-specific ignores +.DS_Store +.AppleDouble +.LSOverride +._* +*~.nib +*~.xib \ No newline at end of file