summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKeuin <[email protected]>2023-05-30 22:25:46 +0800
committerKeuin <[email protected]>2023-05-31 01:08:23 +0800
commit1b240756353c33665d8de0480bf9925941e397b3 (patch)
tree88b30e9f5e5a8e49e7bff8f80c7d5adbeb86ed1f /.gitignore
parentd79b013b096a2d7759a01a2658c7a97cf833da72 (diff)
PoC version
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ba76d16
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+.idea/
+.code/
+*.swp
+*.swo
+
+.env
+.env.*
+venv/
+
+*.egg-info/
+dist/
+build/
+*.egg
+
+__pycache__/
+*.py[cod]