Skip to content

Added ignores for pytest cache, bytecode, and virtual environments. #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

leander-dsouza
Copy link
Collaborator

Basic Info

Info Result
Primary OS tested on Ubuntu

Description of contribution

Added gitignores for the following files:

  • Pytest cache - .pytest_cache
  • Python bytecode - __pycache__
  • Virtual environment - venv/

This is mainly motivated by the enforcement of PEP 668 in Ubuntu 24.04. Hence, the ignores to venv/ prove to be useful when developing in isolation.

@leander-dsouza leander-dsouza marked this pull request as ready for review June 17, 2025 03:35
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