Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishpoddar authored Jun 24, 2024
1 parent a7e23b2 commit 612a2b6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Byte-compiled / optimized Python files
__pycache__/
*.py[cod]

# Virtual environments (if using virtualenv or venv)
venv/
env/
ENV/

# IDE or editor specific files
.idea/
.vscode/

# Compiled files
*.exe
*.dll
*.so
*.dylib

# Logs and databases
*.log
*.sqlite
*.db

# OS or system specific files
.DS_Store
Thumbs.db

# Streamlit specific files (if applicable)
.streamlit/

0 comments on commit 612a2b6

Please sign in to comment.