Initial upload: snippet-manager with CI/CD workflow

This commit is contained in:
2026-03-22 11:22:19 +00:00
parent 01f6fd27db
commit cd60cc3eae

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
# Virtual environments
.venv/
venv/
ENV/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Logs
*.log
logs/
# Database
*.db
*.sqlite
*.sqlite3
# OS
.DS_Store
Thumbs.db
# Secrets
*.pem
*.key
secrets/