From 488efea530ffba777a349edfd8ddcf0002304ba8 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Sat, 7 Apr 2018 15:07:48 +0430 Subject: [PATCH] Ignore data files and virtualenv --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index e0dc91b..ea09a5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# data files +*.json +*.pcap +.venv/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]