Skip to content

Commit

Permalink
agai
Browse files Browse the repository at this point in the history
Former-commit-id: 2cd5d97c5e517b1f0b6e6bde8065600987baeffd
  • Loading branch information
roshda committed Sep 23, 2024
1 parent bd0e8d3 commit 9facfa1
Showing 1 changed file with 2 additions and 37 deletions.
39 changes: 2 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,2 @@
# Node modules
node_modules/

# Virtual environment
venv/

# Generated lock files
pnpm-lock.yaml
package-lock.json

# TypeScript cache
*.tsbuildinfo

# Log files
*.log

# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Ignore Python-related files (if applicable)
__pycache__/
*.pyc

# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/

# Ignore CSVs or data files
*.csv

# Ignore build output
dist/
build/
public/
/node_modules/
/venv/

0 comments on commit 9facfa1

Please sign in to comment.