diff --git a/.gitignore b/.gitignore index def3a3f..48fc217 100644 --- a/.gitignore +++ b/.gitignore @@ -8,12 +8,10 @@ !*.py # Allow GitHub files -!/.github/ISSUE_TEMPLATE/* -!/.github/workflows/lint.yml -!/.github/workflows/tests.yml +!/.github/** # Allow root files -!/assets/* +!/assets/** !/CONTRIBUTING.md !/LICENSE !/pyproject.toml