X-Git-Url: https://wylark.com/src/munter.git/blobdiff_plain/f25f263a1358af89de1ebb90dae33b4a7ca2bab3..8a033c290ee009fb26701611b582fc7779258fca:/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f98771d --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution / packaging +build/ +dist/ +wheels/ +*.egg-info/ +*.egg +MANIFEST + +# Environments +env/ +venv/