diff --git a/.gitignore b/.gitignore index 5dab52c66..973b6e09b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ # prevent accidental addition of files from local remark runs node_modules/ + +# virtual python environment for local ci runs .venv/ + +# used by https://github.com/cl8n/osu-wiki-bin for api keys +.osu-wiki-bin.json