Skip to content

Commit

Permalink
Update exclusions to add .python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Jan 10, 2025
1 parent 9e4207c commit 8bf4e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Structure**, mark `src` as a source folder. In the **Exclude
Files** box, enter the following:

```
LICENSE;NOTICE;PyPI.md;build;dist;docs/_build;out;poetry.lock;poetry.toml;run;.coverage;.coverage.lcov;.coveragerc;.gitattributes;.github;.gitignore;.htmlcov;.idea;.mypy_cache;.poetry;.pre-commit-config.yaml;.pylintrc;.pytest_cache;.readthedocs.yml;.run;.tabignore;.venv;.env*
LICENSE;NOTICE;PyPI.md;build;dist;docs/_build;out;poetry.lock;poetry.toml;run;.coverage;.coverage.lcov;.coveragerc;.gitattributes;.github;.gitignore;.htmlcov;.idea;.mypy_cache;.poetry;.pre-commit-config.yaml;.pylintrc;.pytest_cache;.python-version;.readthedocs.yml;.run;.tabignore;.venv;.env*
```

When you're done, click **Ok**. Then, go to the gear icon in the project panel
Expand Down

0 comments on commit 8bf4e69

Please sign in to comment.