diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-06-02 14:24:38 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-06-02 14:37:57 +0200 |
commit | 131c2d57f4fe21265df244827625738dbf57a3d9 (patch) | |
tree | af1b6a9585a7533db2c2b697a4256e33e8cf7e82 /.gitignore | |
parent | fe3ac2f1872c5cf544806a97d7ad2b8124b79f67 (diff) |
Add gitignore(5).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a348e50 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/__pycache__/ |