aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-10-12 17:44:34 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-10-12 18:12:00 +0300
commitd05c7342c67ca83ae912a64d9e39f328d38e0dde (patch)
treea1909545118bd405bd556bd9597c1258e060844f /.gitignore
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..14e1a3d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+build/
+*.egg-info/
+dist/
+*.pyc
+__pycache__