Skip to content
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

ci: modernize based on poetry #717

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
gitignore: cleanup and simplify
neersighted committed Apr 1, 2024
commit b7e1940917dc3d7d61e67c473af100f194296ac4
42 changes: 9 additions & 33 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,41 +1,17 @@
*.pyc
# Poetry/virtual environments
/poetry.toml
.venv

# Packages
*.egg
!/tests/**/*.egg
/*.egg-info
/tests/fixtures/**/*.egg-info
# distfiles
/dist/*
build
_build
.cache
*.so

# Installer logs
pip-log.txt

# Unit test / coverage reports
# bytecode/cache
*.pyc
.coverage
.tox
.pytest_cache
.mypy_cache

.DS_Store
.idea/*
# local tooling/IDEs
.python-version
.idea/*
.vscode/*

/test.py
/test_*.*

/setup.cfg
MANIFEST.in
/setup.py
/docs/site/*
/tests/fixtures/simple_project/setup.py
/tests/fixtures/project_with_extras/setup.py
.mypy_cache

.venv
/releases/*
pip-wheel-metadata
/poetry.toml