Initial upload: curl-converter-cli with CI/CD workflow

This commit is contained in:
2026-03-22 10:44:32 +00:00
parent 49ddae2358
commit 0a122c80fd

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
*.egg
# Virtual environments
venv/
ENV/
env/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Testing
.tox/
.nox/
.coverage
htmlcov/
.pytest_cache/
*.cover
# Logs
*.log
# OS
.DS_Store
.DS_Store?
._*
# Temporary
tmp/
temp/
*.tmp
*.temp