diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9164e40 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Bytecode and caches +__pycache__/ +*.py[cod] +*$py.class +.pytest_cache/ + +# Virtual environments +.venv/ +venv/ +env/ + +# Packaging / tooling +*.egg-info/ +.eggs/ +dist/ +build/