8000 All PEPs: Move to ``peps/`` folder by AA-Turner · Pull Request #3418 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

All PEPs: Move to peps/ folder #3418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Sep 9, 2023
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter < 8000 details-menu class="SelectMenu js-file-filter">

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Further gitignore updates
- Group ignores by purpose
- Remove 'package'
- Remove 'pep-????.html'
- Allow topic to cover top level or in peps/
  • Loading branch information
AA-Turner committed Sep 3, 2023
commit 16a906a7f3c6a1b911bf45325c6d27c223f02e4f
26 changes: 16 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
coverage.xml
# PEPs
pep-0000.rst
pep-????.html
peps.rss
topic
/build

# Python bytecode
__pycache__
*.pyc
*.pyo
*.py[co]

# Editors
*~
*env
.coverage
.idea
.tox
.vscode
*.swp
/build
/package
/peps/topic

# Tests
coverage.xml
.coverage
.tox

# Virtual environments
*env
/venv
0