diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24f43b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +.pytest_cache/ +.coverage +htmlcov/ + +.env +.venv +env/ +venv/ + +*.db +*.db-journal +*.db-wal +*.db-shm + +.cache/ +.mypy_cache/ +.ruff_cache/ \ No newline at end of file