Skip to content

Commit

Permalink
Updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
haseeb-heaven committed Jan 1, 2025
1 parent 705d339 commit 84abe8c
Showing 1 changed file with 36 additions and 10 deletions.
46 changes: 36 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,43 @@
*.log
# Byte-compiled / optimized / DLL files
*.pyc
*.pyo
*.pyd
.DS_Store

# Log files
*.log
*.json
history/
output/*

# macOS system files
.DS_Store

# Environment files
*.env
.env
history.json

# Virtual environments
venv/
myvenv/
heaven_venv/

# Interactive environment data
interp/

# Generated output files and directories
output/*

# JSON files
*.json
interp
venv
myvenv
heaven_venvhistory/history.json
history.json

# History files
history/
history/history.json

# Editor and IDE specific files
.vscode/
.idea/
*.sublime-workspace

# OS-specific files
Thumbs.db
ehthumbs.db
desktop.ini

0 comments on commit 84abe8c

Please sign in to comment.