Files
pricing/.gitignore
ddoebel 1dd5d8657a Ignore local Python and notebook metadata.
Prevent accidental commits of virtual environments, bytecode caches, and notebook checkpoint artifacts.

Made-with: Cursor
2026-04-15 11:40:31 +02:00

7 lines
57 B
Plaintext

.venv/
__pycache__/
*.py[cod]
*.pyo
.ipynb_checkpoints/