Files
duty-teller/.gitignore
Nikolay Tatarinov 71d56d2491
All checks were successful
CI / lint-and-test (push) Successful in 24s
chore: update .gitignore to exclude .cursorrules directory
- Added .cursorrules/ to the .gitignore file to prevent tracking of cursor rule files in version control.
2026-02-25 13:49:04 +03:00

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