diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..64ce25d143 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Build Sphinx docs in formats like HTML or PDF +/docs/_build + +# robots.txt is generated automatically by docs.sh +/docs/_static/robots.txt + +# Precompiled Python bytecode +__pycache__ +*.pyc + +# OS-specific local cache files +.DS_Store +Thumbs.db