- Incremented the project version in `pyproject.toml` from 0.1.0 to 0.1.1. - Added `.coverage` to `.gitignore` to prevent tracking of coverage reports.
17 lines
183 B
Plaintext
17 lines
183 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
main.py
|
|
.coverage
|
|
# Virtual environments
|
|
.venv
|
|
.python-version
|
|
.idea
|
|
.DS_Store
|
|
.vscode
|
|
# etc files
|
|
*.txt |