This commit is contained in:
2025-09-08 13:22:46 +09:00
commit a96e5f810b
5 changed files with 21 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.idea
+1
View File
@@ -0,0 +1 @@
3.12
View File
+2
View File
@@ -0,0 +1,2 @@
+7
View File
@@ -0,0 +1,7 @@
[project]
name = "formtool"
version = "0.1.0"
description = "ffmpeg command shortcuts"
readme = "README.md"
requires-python = ">=3.10"
dependencies = []