Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
felipealfonsog committed Dec 19, 2023
1 parent 61d69bd commit ddca02d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#if there's any problem ignoring do this in the terminal:
#git rm -r --cached .
#git add .
#git commit -m "Remove unwanted files from git history"

__pycache__/
#build/
#sql/
#dist/
localpycs/
*.spec
*.pyc
*.pkg
#*.txt
*.html
*.toc
*.zip
*.pdf
*.tar.gz
*.pyz
*.sh
*.css

0 comments on commit ddca02d

Please sign in to comment.