diff --git a/.gitignore b/.gitignore index c1818cf4a..d139199f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,12 @@ # Database db.sqlite3 +# Tracecat +.tracecat/ + +# MacOS +.DS_Store + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]