diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d3502d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Python cache files +__pycache__/ +*.pyc + +# Coverage reports +htmlcov/ +.coverage + +# Performance output files +output.prof +profiler.txt + +