Files
http-convert/.gitignore
7000pctAUTO a733a75cd7
Some checks failed
CI / test (push) Has been cancelled
Initial commit: Add http-convert project
2026-01-29 11:34:18 +00:00

34 lines
261 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/
*.log
.pytest_cache/
.coverage
htmlcov/
*.swp
*.swo
~
.DS_Store