diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-10-14 18:55:31 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-10-14 18:55:31 +0200 |
| commit | e8f200337975e9f8b8d57a5a0a3a2b25395cee88 (patch) | |
| tree | 07cfdfa9983c11f8454e0428475b95b3a5b1b02b /.gitignore | |
initial commit (wip)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9c93d10 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.venv +venv +*.egg-info +build +__pycache__ |