Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: update .gitignore with comprehensive exclusions#37

Open
cj4c0b1 wants to merge 1 commit into51bitquant:masterfrom
cj4c0b1:feature/initial-setup
Open

chore: update .gitignore with comprehensive exclusions#37
cj4c0b1 wants to merge 1 commit into51bitquant:masterfrom
cj4c0b1:feature/initial-setup

Conversation

Copy link

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants