diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-02-07 16:00:33 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-02-07 16:00:33 +0100 |
commit | 36dbefb1b37460d3e76435e46ff544f8962445f9 (patch) | |
tree | b3d5f4eec3aa9c7f281d1aaba52598cde7dfb616 /.gitignore |
Initmain
Co-Authored-By: Luca Polese <luca.polese@studio.unibo.it>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..505a3b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv |