Skip to content

chore: ignore Python __pycache__ and bytecode - #5

Merged
lassebenni merged 1 commit into
mainfrom
chore/gitignore-pycache
Jul 28, 2026
Merged

chore: ignore Python __pycache__ and bytecode#5
lassebenni merged 1 commit into
mainfrom
chore/gitignore-pycache

Conversation

@lassebenni

Copy link
Copy Markdown
Collaborator

Summary

  • Ignore __pycache__/, *.py[cod], and .pytest_cache/ so bonus Task 4 pytest cache files are not committed.

How to review

  • Diff is .gitignore only.

Secrets hygiene checklist

  • No .env or profiles.yml files committed.
  • No Databricks personal access tokens (dapi...) hardcoded.
  • profiles.yml.example and .env.example templates present.

Made with Cursor

Keep pytest cache artifacts out of student assignment submissions.

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions

Copy link
Copy Markdown

📝 HackYourFuture auto grade

Assignment Score: 10 / 100 ❌

Status: ❌ Not passed
Minimum score to pass: 60
🧪 The auto grade is experimental and still being improved

Test Details

=== Databricks Lab Autograder ===
  ✗ FAIL  task-1: add pyspark_exploration.ipynb or .py
  ✗ FAIL  task-2/dbt_project.yml missing
  ✓ PASS  task-2/WRITEUP.md
  ✓ PASS  task-3/SCHEDULING.md
  ✓ PASS  AI_ASSIST.md
  ✓ PASS  Level 1: required files (0/15 pts)
  ✓ PASS  Level 2: PySpark notebook (0/25 pts)
  ✗ FAIL  models/marts/fct_trips.sql (or similar) not found
  ✗ FAIL  WRITEUP should explain is_incremental()
  ✗ FAIL  WRITEUP should reference {{ this }} or the incremental filter
  ✓ PASS  Level 3: dbt incremental + WRITEUP (0/30 pts)
  ✗ FAIL  task-3/screenshots/ should contain screenshots of Job config, green run, and paused schedule
  ⚠ WARN  SCHEDULING.md missing Databricks Job Run URL (paste URL from address bar)
  ✗ FAIL  SCHEDULING.md should explain when to use Databricks Jobs vs Airflow
  ✓ PASS  Level 4: Task 3 Job Scheduling (0/15 pts)
  ⚠ WARN  AI_ASSIST.md needs your documented prompt and rationale
  ✓ PASS  .gitignore excludes .env and profiles.yml
  ✓ PASS  profiles.yml.example present
  ✓ PASS  Level 5: AI_ASSIST & secrets hygiene (10/15 pts)

Score: 10 / 100  (passing: 60)  pass=false
Total: 10/100 — pass=false (passing threshold: 60)

@lassebenni
lassebenni merged commit d1effd6 into main Jul 28, 2026
2 of 3 checks passed
@lassebenni
lassebenni deleted the chore/gitignore-pycache branch July 28, 2026 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant