diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,3 +2,12 @@ env/ venv/ .venv/ libs/ +__pycache__/ +*.pyc + + +# Generated data +output/ +interrogation_logs/ +tests/__pycache__/ +src/__pycache__/ |
