mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 11:37:06 +00:00
87 lines
730 B
Plaintext
87 lines
730 B
Plaintext
*egg*
|
|
env/
|
|
env-windows/
|
|
var/
|
|
log/
|
|
dist
|
|
__pycache__/
|
|
.cache/
|
|
tmp/
|
|
|
|
# Gitignores from https://github.com/github/gitignore
|
|
|
|
# Vi
|
|
*.swp
|
|
*.swo
|
|
|
|
|
|
# Vim
|
|
.*.sw[a-z]
|
|
*.un~
|
|
|
|
|
|
# OSX
|
|
.DS_Store?
|
|
Icon?
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
|
|
# Python
|
|
*.py[co]
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Documentation
|
|
doc/build
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
htmlcov
|
|
coverage-report
|
|
.tox
|
|
|
|
# TextMate
|
|
*.tmproj
|
|
*.tmproject
|
|
tmtags
|
|
|
|
test.log
|
|
|
|
example.py
|
|
extensions
|
|
.env
|
|
.vagrant
|
|
myapp*.py
|
|
|
|
# redis test artifacts
|
|
dump.rdb
|
|
|
|
# testing
|
|
.pytest_cache
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# PDM
|
|
.venv
|
|
__pypackages__
|
|
.pdm.toml
|
|
.pdm-python
|