2012-11-06 17:06:09 +00:00
|
|
|
# Python stuff
|
2012-10-10 12:51:59 +00:00
|
|
|
*.pyc
|
2012-11-06 17:06:09 +00:00
|
|
|
VENV
|
2012-10-10 12:51:59 +00:00
|
|
|
|
|
|
|
# Folder view configuration files
|
|
|
|
.DS_Store
|
|
|
|
Desktop.ini
|
|
|
|
|
|
|
|
# Thumbnail cache files
|
|
|
|
._*
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# Files that might appear on external disks
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
|
2013-10-30 19:33:57 +00:00
|
|
|
# Installed npm modules
|
2012-11-06 17:06:09 +00:00
|
|
|
node_modules
|
|
|
|
|
2013-10-30 19:33:57 +00:00
|
|
|
# Installed Bower packages
|
|
|
|
bower_components
|
|
|
|
|
2012-11-06 17:06:09 +00:00
|
|
|
# IDEs stuff
|
|
|
|
.idea
|