Initial upload of cron-parser-cli project
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-01 15:05:27 +00:00
parent 5fa00ec925
commit 998383d663

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# Python
*.pyc
*.pyo
*.pyd
*.pyc
__pycache__/
*.egg-info/
dist/
build/
.eggs/
*.egg
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
.nox/
.coverage
# Environment
.env
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
# OS
.DS_Store
Thumbs.db