diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,11 +1,10 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ + *.py[cod] *$py.class # C extensions *.so - +benchmarks/* results/* # Distribution / packaging .Python |