diff options
| author | Asko Nõmm <asko@nmm.ee> | 2024-12-27 22:55:13 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2024-12-27 22:55:13 +0200 |
| commit | c539b8f72b9d47453a09febe91ec551e11252f80 (patch) | |
| tree | 07ae5dfa42e3d28e8a45acbd7fdfa7b887abd671 /.gitignore | |
bump
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..185c342 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv + +# Other +.idea/ |
