mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
59 lines
570 B
Plaintext
59 lines
570 B
Plaintext
*.class
|
|
*.pyc
|
|
*.pyo
|
|
*.o
|
|
*.so
|
|
*.os
|
|
*.pyd
|
|
*.elc
|
|
*~
|
|
.*.swp
|
|
.*.swo
|
|
.*.swn
|
|
.~
|
|
.envrc
|
|
.DS_Store
|
|
.ropeproject
|
|
ID
|
|
__pycache__/
|
|
**/build/
|
|
**/dist/
|
|
/*.egg*
|
|
/MANIFEST
|
|
/README.html
|
|
/pypi-server-standalone.py
|
|
/.project
|
|
/.pydevproject
|
|
/.pytest_cache
|
|
/.tox/
|
|
**/*.egg-info/
|
|
/.standalone
|
|
/.coverage*
|
|
!/.coveragerc
|
|
/htmlcov/
|
|
/.installed.cfg
|
|
/develop-eggs/
|
|
/eggs/
|
|
/parts/
|
|
/.cache/
|
|
/.settings/
|
|
.mypy_cache/
|
|
|
|
# IDE stuff
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Venvs
|
|
.venv/
|
|
venv/
|
|
|
|
# Temporary / runtime generated files
|
|
traefik/
|
|
auth/
|
|
|
|
# Release Candidate Artifacts
|
|
rc/
|
|
|
|
# Various local temporary artifacts
|
|
.tmp/
|