All checks were successful
CI / lint-and-test (push) Successful in 24s
- Added .cursorrules/ to the .gitignore file to prevent tracking of cursor rule files in version control.
18 lines
171 B
Plaintext
18 lines
171 B
Plaintext
.env
|
|
__pycache__/
|
|
venv/
|
|
.venv/
|
|
*.egg-info/
|
|
*.pyc
|
|
*.pyo
|
|
data/
|
|
*.db
|
|
.cursor/
|
|
.cursorrules/
|
|
# Test and coverage artifacts
|
|
.coverage
|
|
htmlcov/
|
|
.pytest_cache/
|
|
*.cover
|
|
*.plan.md
|