Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 7, 2024
1 parent 0bb6996 commit 3d6736d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions blockchain_integration/pi_network/pinnacle/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Ignore notebooks output
notebooks/*.ipynb_checkpoints

# Ignore data files
data/*.csv

# Ignore virtual environment files
venv/
*.pyc

# Ignore IDE files
.vscode/
.idea/

# Ignore OS files
.DS_Store
Thumbs.db

# Ignore log files
*.log

0 comments on commit 3d6736d

Please sign in to comment.