Files
errorfix-cli/.gitignore
7000pctAUTO 726a8e7c81
Some checks failed
CI / test (push) Has been cancelled
ErrorFix CLI CI / test (push) Has been cancelled
fix: resolve CI linting failures by adding ruff configuration
2026-02-01 04:48:02 +00:00

42 lines
320 B
Plaintext

# Python
*.pyc
__pycache__/
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
# Environment
.env
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
# OS
.DS_Store
Thumbs.db
# Project specific
errorfix.egg-info/