aboutsummaryrefslogtreecommitdiffstats
path: root/src/.gitignore
diff options
context:
space:
mode:
authorkj_sh6042026-02-11 11:57:38 -0500
committerkj_sh6042026-02-11 11:57:38 -0500
commitd060ff5ca58e87e6dd1c6d93b97adbfd45f57f9b (patch)
treeaded1017253e8aa5b5c2996caf30630f8ed89c1f /src/.gitignore
parentaa845e20842ecf93f7e69b03097dbc6508a70fc8 (diff)
refactor: move all to `src/` directoryHEADmaster
Diffstat (limited to 'src/.gitignore')
-rw-r--r--src/.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..6f29642
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,6 @@
+__pycache__/
+*.pyc
+.venv/
+venv/
+logs/*
+results/* \ No newline at end of file