diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..293bdf7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +*.pyc + +## Some people use MacOS +.DS_Store + +## Some text editors often create these +~.* +*~ +.#* + +## Files generated by setuptools and friends +/.eggs +/BeamDelta.egg-info +/build +/dist +/.tox +/.mypy_cache +/.pytest_cache