pyinfra/.gitignore
Francisco Schulz 05d5582479 convert into python package
- remove build specs
- move pytest.ini into pyproject.toml
- update readme
- add pre-commit config
- run formatters
- add Makefile
2022-11-03 16:10:12 +01:00

11 lines
111 B
Plaintext

.venv
__pycache__
data/
build_venv
reports
pyinfra.egg-info
bamboo-specs/target
.pytest_cache
/.coverage
.idea