35 lines
314 B
Plaintext
35 lines
314 B
Plaintext
.py[co]
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Installer lock files
|
|
Gemfile.lock
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
.cache
|
|
|
|
#Translations
|
|
*.mo
|
|
|
|
# SASS cache
|
|
.sass-cache
|
|
|
|
# Ignore the typical config file
|
|
config.yaml
|