Skip to content

Conversation

@cj4c0b1
Copy link

@cj4c0b1 cj4c0b1 commented Sep 27, 2025

This PR updates the .gitignore file with comprehensive exclusions for a Python project:

  • Added virtual environment directories (.venv/, venv/, env/, ENV/)
  • Added IDE-specific files (.idea/, .vscode/, vim swap files)
  • Added environment variable files (.env, .env.local, etc.)
  • Added log and database files (*.log, *.sql, *.sqlite)
  • Added Jupyter Notebook checkpoints
  • Added test coverage reports and cache directories
  • Added local development settings
  • Added macOS-specific files (.DS_Store, .AppleDouble, etc.)
  • Cleaned up redundant entries and improved organization

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.

2 participants