diff options
| author | Louis Burda <dev@sinitax.com> | 2026-01-23 21:41:09 +0100 |
|---|---|---|
| committer | Louis Burda <dev@sinitax.com> | 2026-01-23 21:41:09 +0100 |
| commit | 65a71e1d9f04e930cbaa5a312395f0fb63c7eef9 (patch) | |
| tree | c0785f125f72d5ab10a89e3c7e086037f25ef871 /.gitignore | |
| download | httpdump-main.tar.gz httpdump-main.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
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 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv |
