aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorZoltan Szabatin <[email protected]>2025-01-29 14:03:02 -0800
committerZoltan Szabatin <[email protected]>2025-01-29 14:03:02 -0800
commita2cac5eb56d1562ea801ccd1be692f8892e525fb (patch)
treec7407dc741f2c98caface25406fade471d5628fa /.gitignore
parentdocs(readme): add readme (diff)
downloadsplitscreen-duo-a2cac5eb56d1562ea801ccd1be692f8892e525fb.tar.xz
splitscreen-duo-a2cac5eb56d1562ea801ccd1be692f8892e525fb.zip
feat: scaffold python project
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ae8554d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+# python generated files
+__pycache__/
+*.py[oc]
+build/
+dist/
+wheels/
+*.egg-info
+
+# venv
+.venv