47 lines
		
	
	
	
		
			685 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
	
		
			685 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# Python byte-compiled / optimized / DLL files
 | 
						|
__pycache__/
 | 
						|
*.py[cod]
 | 
						|
*$py.class
 | 
						|
 | 
						|
# Cache directories from various tools
 | 
						|
.pytest_cache/
 | 
						|
.mypy_cache/
 | 
						|
 | 
						|
# Virtual environments
 | 
						|
.venv/
 | 
						|
 | 
						|
# Python packaging / distribution files
 | 
						|
dist/
 | 
						|
 | 
						|
# Pytest coverage reports
 | 
						|
htmlcov/
 | 
						|
.coverage*
 | 
						|
coverage.xml
 | 
						|
 | 
						|
# Sphinx documentation
 | 
						|
docs/_build/
 | 
						|
 | 
						|
# Local python version information (pyenv/rye)
 | 
						|
.python-version
 | 
						|
 | 
						|
# Editor generated files
 | 
						|
.idea/
 | 
						|
.vscode/
 | 
						|
.spyproject/
 | 
						|
.spyderproject/
 | 
						|
.replit
 | 
						|
.neoconf.json
 | 
						|
 | 
						|
# Folder attributes / configuration files on various platforms
 | 
						|
.DS_STORE
 | 
						|
[Dd]esktop.ini
 | 
						|
.directory
 | 
						|
 | 
						|
# Trash directories
 | 
						|
.Trash-*
 | 
						|
$RECYCLE.BIN/
 | 
						|
 | 
						|
# Environmental, backup and personal files
 | 
						|
.env
 | 
						|
*.bak
 | 
						|
TODO
 |