Skip to content

Instantly share code, notes, and snippets.

@rgalhama
Last active November 8, 2021 14:47
Show Gist options
  • Select an option

  • Save rgalhama/39ca59bb85cd8e59e813ca688f47880a to your computer and use it in GitHub Desktop.

Select an option

Save rgalhama/39ca59bb85cd8e59e813ca688f47880a to your computer and use it in GitHub Desktop.

Revisions

  1. rgalhama revised this gist Nov 8, 2021. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -41,6 +41,12 @@ venv.bak/
    .idea/


    # Rrrrrrr #
    ###########
    .Rdata
    .Rhistory



    # Mine #
    tmp/
  2. rgalhama created this gist Mar 26, 2019.
    48 changes: 48 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,48 @@
    # Compiled source #
    ###################
    *.com
    *.class
    *.dll
    *.exe
    *.o
    *.so
    __pycache__/
    *.py[cod]
    *$py.class



    # OS generated files #
    ######################
    .DS_Store
    .DS_Store?
    ._*
    .Spotlight-V100
    .Trashes
    ehthumbs.db
    Thumbs.db



    # Environments #
    ################
    .env
    .venv
    env/
    venv/
    ENV/
    env.bak/
    venv.bak/



    # PyCharm #
    ###########
    .idea/



    # Mine #
    tmp/
    *.notgit