From 05b476f5bbe3e02a2a7352d67e5daa980e7f489b Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Thu, 25 Jul 2024 19:15:11 +0200 Subject: [PATCH] Clean up gitignore (#2311) --- .gitignore | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index e1e40bed0..afafff92b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,26 +17,20 @@ venv*/ .venv*/ # docs +doc/api_docs/api/*.rst /doc/api_docs/resources.rst -doc/build/ doc/api_docs/quick_index.rst -doc/internal/blacklist.rst -doc/internal/build.rst -doc/source/quick_index.rst doc/example_code/images/thumbs/ -# keep around for backwards compatibility. Remove in 3.1+ doc/example_code/how_to_examples/thumbs/ # testing .pytest_cache/ .coveralls.yml -.tox/ .mypy_cache/ tests/test_examples/test.png stress_test*.csv arcade/examples/test.png arcade/examples/stress*.csv -pylint.html # covereage htmlcov/ @@ -47,9 +41,7 @@ htmlcov/ dist/ build/ arcade.egg-info/ -*.pyc -arcade/__pycache__/ -doc/_build +__pycache__ # osx .DS_Store @@ -62,8 +54,6 @@ temp/ # Tiled Session for project *.tiled-session -doc/api_docs/api/*.rst - # Pyenv local .python-version