summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMichael Ghaben <michaelghaben@gmail.com>2026-02-07 23:43:27 -0800
committerMichael Ghaben <michaelghaben@gmail.com>2026-02-07 23:43:27 -0800
commit109c8b37b0aa9704551c02dcef861eedc37793f7 (patch)
treea9db693b16471f568898c31f0d18fa95af0af04d /.gitignore
Initial commitHEADmaster
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..505a3b1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
1# Python-generated files
2__pycache__/
3*.py[oc]
4build/
5dist/
6wheels/
7*.egg-info
8
9# Virtual environments
10.venv