20 lines
226 B
Plaintext
20 lines
226 B
Plaintext
# Local-only notes
|
|
/docs/PROJECT_NOTES.md
|
|
|
|
# Local install output
|
|
/install/
|
|
|
|
# Build outputs
|
|
/dist/
|
|
|
|
# Local tests (not committed)
|
|
/tests/
|
|
/TESTING/
|
|
/.pytest_cache/
|
|
/pytest.ini
|
|
|
|
# Python artifacts
|
|
__pycache__/
|
|
*.pyc
|
|
.coverage
|