Skip to content

Add .gitignore for venv, logs, and local artifacts#156

Open
richter83-star wants to merge 1 commit into0x4m4:masterfrom
richter83-star:claude/pedantic-volhard
Open

Add .gitignore for venv, logs, and local artifacts#156
richter83-star wants to merge 1 commit into0x4m4:masterfrom
richter83-star:claude/pedantic-volhard

Conversation

@richter83-star
Copy link

Changes

Added a comprehensive .gitignore file to exclude:

  • Virtual environment directories (venv/, env/, .venv/, hexstrike-env/)
  • Log files (*.log, hexstrike.log, hexstrike_server.log)
  • Python cache and compiled files (__pycache__/, *.pyc, *.pyo, etc.)
  • Distribution and packaging artifacts (dist/, build/, *.egg-info/)
  • Local environment and secret files (.env, .env.local)
  • Claude Code local settings (.claude/settings.local.json)
  • OS-specific artifacts (.DS_Store, Thumbs.db)

This prevents accidental commits of development artifacts, dependencies, and sensitive configuration files.

Excludes hexstrike-env/, *.log, __pycache__, .env, and
.claude/settings.local.json from version control.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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