summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2023-02-18 20:07:00 +0300
committerEvgeny Zinoviev <me@ch1p.io>2023-02-18 20:07:00 +0300
commit38474234431fcf1dae50c00cdf649b4102c0faf9 (patch)
tree592809fac0f54be5c461cd56fad68fb6665813a7 /.gitignore
parent209c6404eb274c9f31e6ce847d365ca82d1bdac9 (diff)
wip
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..49938ac
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/.idea
+/venv
+/*.sqlite3
+__pycache__
+/test.py \ No newline at end of file