summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2026-03-21 15:46:54 -0700
committerChristian Cunningham <cc@local.lan>2026-03-21 15:46:54 -0700
commit067ab86855b6870c9457eb5d888bb19c22ef9232 (patch)
treee1594c3098e8bfcca35b40683f28b7d6abae1237 /.gitignore
Initial CommitHEADmaster
To achieve this, I used Google Antigravity. I had an initial attempt with Raylib and mapbox earcut, but it was taking too long to implement. With the help of AG, I had it finished over an afternoon
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6aef260
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# Ignore everything by default
+/*
+/**/*.*
+!.gitignore
+!main.py
+!topology.py
+!pixi.toml
+!pixi.lock
+!usage.md
+# pixi environments
+.pixi/*
+!.pixi/config.toml