diff options
| author | Fuwn <[email protected]> | 2022-09-23 22:42:14 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-09-23 22:42:14 -0700 |
| commit | 5bc398b5166e49147fa5fac41de0bc866a2159e0 (patch) | |
| tree | b273f21291c9b326297971bafed9ac0b1d5e9b49 /.gitignore | |
| download | machinis-5bc398b5166e49147fa5fac41de0bc866a2159e0.tar.xz machinis-5bc398b5166e49147fa5fac41de0bc866a2159e0.zip | |
feat: initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..931111a --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Python +.mypy_cache +__pycache__ +.venv + +# CLion +.idea + +# Machinis +machinis.db +machinis.ini |