Files
tickets/.gitignore
Arcline Dev c6dc1a2acf Initial commit: lightweight CLI ticket tracker
A JSON-backed ticket management system with full CRUD operations,
status/priority filtering, prefix-based ID resolution, and test suite.
2026-07-03 21:35:32 -05:00

22 lines
161 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.eggs/
*.egg
.tox/
.coverage
htmlcov/
.pytest_cache/
*.swp
*.swo
*~
.DS_Store
.env
venv/
.venv/