Files
config-converter-cli/.gitignore
7000pctAUTO a21631a833
Some checks failed
CI / test (push) Has been cancelled
feat: add complete config-converter-cli implementation
- Add all source files and tests
- Fix CI linting and type checking issues
- Ensure code passes ruff and mypy checks
2026-02-04 22:16:17 +00:00

35 lines
305 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
*.egg-info/
build/
dist/
*.egg
# Testing
.pytest_cache/
.coverage
htmlcov/
# Environment
.env
.venv/
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# MyPy
.mypy_cache/
.dmypy.json
# Ruff
.ruff_cache/