Files
codexchange-cli/.gitignore
7000pctAUTO 0a4a20f632
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / typecheck (push) Has been cancelled
Initial upload with CI/CD workflow
2026-01-30 18:56:13 +00:00

35 lines
289 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
.venv
env/
venv/
ENV/
*.yaml
*.yml
!pyproject.toml
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
*.log
.DS_Store