mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-31 16:07:30 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			527 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			527 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| include *.c
 | |
| include *.h
 | |
| include *.in
 | |
| include *.md
 | |
| include *.py
 | |
| include *.rst
 | |
| include *.sh
 | |
| include *.toml
 | |
| include *.txt
 | |
| include *.yaml
 | |
| include .flake8
 | |
| include LICENSE
 | |
| include Makefile
 | |
| include tox.ini
 | |
| graft Tests
 | |
| graft src
 | |
| graft depends
 | |
| graft winbuild
 | |
| graft docs
 | |
| graft _custom_build
 | |
| 
 | |
| # build/src control detritus
 | |
| exclude .clang-format
 | |
| exclude .coveragerc
 | |
| exclude .editorconfig
 | |
| exclude .readthedocs.yml
 | |
| exclude codecov.yml
 | |
| exclude renovate.json
 | |
| global-exclude .git*
 | |
| global-exclude *.pyc
 | |
| global-exclude *.so
 | |
| prune .ci
 | |
| prune wheels
 |