diff options
| author | Louis Burda <dev@sinitax.com> | 2026-01-27 03:31:54 +0100 |
|---|---|---|
| committer | Louis Burda <dev@sinitax.com> | 2026-01-27 03:31:54 +0100 |
| commit | c6625238403d8ea2957bc91ea3e0f04090cbd5aa (patch) | |
| tree | ae85a763ac1b2bdaa3897f4ecf3252489839dd72 /.gitignore | |
| download | vulners-py-main.tar.gz vulners-py-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 |
