mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			383 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			383 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# python temporary files
 | 
						|
*.pyc
 | 
						|
 | 
						|
# editor autosaves, data and file browser files
 | 
						|
$~
 | 
						|
.idea/
 | 
						|
.directory
 | 
						|
.cache/
 | 
						|
 | 
						|
# temporary data
 | 
						|
temp
 | 
						|
 | 
						|
# packaging and testing
 | 
						|
.tox/
 | 
						|
*.egg-info/
 | 
						|
.eggs/
 | 
						|
*.egg
 | 
						|
build/
 | 
						|
dist/
 | 
						|
.coverage
 | 
						|
src/escpos/version.py
 | 
						|
.hypothesis
 | 
						|
.pytest_cache/
 | 
						|
 | 
						|
# testing temporary directories
 | 
						|
test/test-cli-output/
 | 
						|
 | 
						|
# vim swap files
 | 
						|
*.swp
 | 
						|
*.swn
 | 
						|
*.swo
 | 
						|
 | 
						|
# vscode
 | 
						|
.vscode/settings.json
 |