summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-17 09:27:17 +0200
committerDanilo M. <danix@danix.xyz>2026-07-17 09:27:17 +0200
commit14c2236a733a65a58bf2cc8ccb6406718635cf49 (patch)
tree8fb9760647891b0e4d5ba4ed34df631d85233e36 /.gitignore
parent2e39e223c4d0d400a7c51867c9b3a01c79395481 (diff)
downloadhyprsunset-qt-14c2236a733a65a58bf2cc8ccb6406718635cf49.tar.gz
hyprsunset-qt-14c2236a733a65a58bf2cc8ccb6406718635cf49.zip
chore: project scaffolding
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..71bebbe
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+__pycache__/
+*.pyc
+*.egg-info/
+build/
+dist/
+.pytest_cache/