cement/.gitignore
2024-03-11 13:19:08 +01:00

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