diff options
| author | kj_sh604 | 2026-02-16 01:42:50 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-16 01:42:50 -0500 |
| commit | afd82dc38510c6a47cfa227f40f1dae76e1a526c (patch) | |
| tree | 6182294363a0599e2b07e5d0675fc1a8ccf5fc01 /src/.gitignore | |
| parent | 94c6fdd12c8352f26df112f1c21592b020bb7c06 (diff) | |
refactor: move to src/
Diffstat (limited to 'src/.gitignore')
| -rw-r--r-- | src/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..fdbd64b --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,5 @@ +__pycache__/ +*.pyc +.venv/ +generated/ +uploads/ |
