Skip to content

Commit

Permalink
chore: Sort .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon committed Feb 25, 2025
1 parent 15ebbba commit 1286a55
Showing 1 changed file with 27 additions and 32 deletions.
59 changes: 27 additions & 32 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,38 @@
build
*.asc
*.build
*.buildinfo
*.changes
*.cover
*.deb
*.dsc
*.egg-info
dist
*.pyc
__pycache__
.tox
*.snap
*.tar.gz
*.tar.xz
*.upload
.cache/
.coverage
.coverage.*
.python-version
doc/rtd_html
parts
prime
stage
*.snap
*.cover
.hypothesis/
.idea/
.venv/
.pc/
.cache/
.mypy_cache/
.pc/
.pytest_cache/
.python-version
.tox
.venv/
.vscode/
htmlcov/
tags
.hypothesis/
srpm/
__pycache__
build
changelog-file
dist
doc/rtd_html
htmlcov/
parts
prime
releasenotes-file
*.asc


# Ignore packaging artifacts
*.dsc
*.build
*.buildinfo
*.changes
*.deb
*.tar.gz
*.tar.xz
*.upload

# user test settings
srpm/
stage
tags
tests/integration_tests/user_settings.py

0 comments on commit 1286a55

Please sign in to comment.