Some checks failed
CI / lint-and-test (push) Failing after 23s
- Added *.egg-info/ to .gitignore to prevent egg metadata from being tracked. - Updated virtual environment instructions in CONTRIBUTING.md and README.md to use .venv for consistency. - Revised mkdocs.yml to include a placeholder for the repository URL when publishing. - Cleaned up pyproject.toml by removing unnecessary pylint configuration. - Enhanced import-format.md and runbook.md documentation for clarity on user roles and health check endpoints.
17 lines
157 B
Plaintext
17 lines
157 B
Plaintext
.env
|
|
__pycache__/
|
|
venv/
|
|
.venv/
|
|
*.egg-info/
|
|
*.pyc
|
|
*.pyo
|
|
data/
|
|
*.db
|
|
.cursor/
|
|
# Test and coverage artifacts
|
|
.coverage
|
|
htmlcov/
|
|
.pytest_cache/
|
|
*.cover
|
|
*.plan.md
|