diff options
author | mia <mia@mia.jetzt> | 2024-06-08 22:55:38 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-06-08 22:55:38 -0700 |
commit | 3951bfb7c042ada824a66b420703b7587de48e5c (patch) | |
tree | 188299df2f35aa0ffe1e7808101e3aff491dbcc0 /.gitignore | |
download | commia-3951bfb7c042ada824a66b420703b7587de48e5c.tar.gz commia-3951bfb7c042ada824a66b420703b7587de48e5c.zip |
initial commit
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..ba0430d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ \ No newline at end of file |