Files
ctfd-mcp/.gitignore
umbra2728 d89ebcaf64 test: migrate to pytest
Replace unittest-based coverage with pytest and update CI/docs to run the new suite.
2026-02-04 19:34:44 +03:00

36 lines
378 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.egg
# Test and coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.hypothesis/
# Type checkers / linters / formatters
.mypy_cache/
.pytype/
.ruff_cache/
# Virtual environments
.venv
# Environment variables
.env
.env.*
!.env.example
# OS / editor
.DS_Store
# Claude
.claude/