Multi-language code converter contribution

This commit is contained in:
Blaise Alako
2025-03-28 22:06:30 +00:00
parent cdddffefa5
commit da551904f7
58 changed files with 8673 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
# Version control
.git
.gitignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.env
.venv
env/
venv/
ENV/
*.egg-info/
dist/
build/
# Logs and databases
*.log
logs/
*.sqlite
# Downloads and temporary files
downloads/
tmp/
temp/
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# Docker
Dockerfile
.dockerignore
# Documentation
docs/
*.md
LICENSE
# Test files
tests/
.pytest_cache/
.coverage
htmlcov/