diff options
| author | Samuel Johnson <[email protected]> | 2026-01-08 22:54:28 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2026-01-08 22:54:28 -0500 |
| commit | 3d2380cb6102cd9ddc153527d5dda05ed294d3fa (patch) | |
| tree | 319179a5566b91313feadd4d8f033808e6eedab4 /.gitignore | |
But it was a beginning
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d942c0d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.env +.venv + +*.pyc +*.swp + +__pycache__/ |
