Last active
November 8, 2021 14:47
-
-
Save rgalhama/39ca59bb85cd8e59e813ca688f47880a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/ | |
# Rrrrrrr # | |
########### | |
.Rdata | |
.Rhistory | |
# Mine # | |
tmp/ | |
*.notgit | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment