diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..159dc32 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution / packaging +build/ +dist/ +site/ + +# Cache +.cache/ +.mypy_cache/ +.pytest_cache/ +.ruff_cache/ +.tox/ + +# Environments +.env +.venv/ +venv/ + +# IntelliJ +.idea/ +.run/