Skip to content

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

@cj4c0b1
Copy link
Copy Markdown

@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