Skip to content

chore: add .gitignore (SCIEL-GITPRO audit) #4

chore: add .gitignore (SCIEL-GITPRO audit)

chore: add .gitignore (SCIEL-GITPRO audit) #4

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python -m py_compile . 2>/dev/null || echo "No Python files to compile"