diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a454ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution / packaging +build/ +dist/ +wheels/ +*.egg +*.egg-info/ +.eggs/ +MANIFEST + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +.pytest_cache/ +.tox/ +.nox/ +.coverage +.coverage.* +coverage.xml +htmlcov/ + +# Type checkers and linters +.mypy_cache/ +.dmypy.json +.pyre/ +.pytype/ +.ruff_cache/ + +# Virtual environments +.env +.venv/ +venv/ +ENV/ + +# Editor and OS cruft +.idea/ +.vscode/ +*.swp +*~ +.DS_Store +Thumbs.db + +# Merge / patch leftovers +*.orig +*.rej