mirror of
				https://github.com/dgtlmoon/changedetection.io.git
				synced 2025-10-30 22:27:52 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			62 lines
		
	
	
		
			692 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			692 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Git
 | |
| .git/
 | |
| .gitignore
 | |
| 
 | |
| # GitHub
 | |
| .github/
 | |
| 
 | |
| # Byte-compiled / optimized / DLL files
 | |
| **/__pycache__
 | |
| **/*.py[cod]
 | |
| 
 | |
| # Caches
 | |
| .mypy_cache/
 | |
| .pytest_cache/
 | |
| .ruff_cache/
 | |
| 
 | |
| # Distribution / packaging
 | |
| build/
 | |
| dist/
 | |
| *.egg-info*
 | |
| 
 | |
| # Virtual environment
 | |
| .env
 | |
| .venv/
 | |
| venv/
 | |
| 
 | |
| # IntelliJ IDEA
 | |
| .idea/
 | |
| 
 | |
| # Visual Studio
 | |
| .vscode/
 | |
| 
 | |
| # Test and development files
 | |
| test-datastore/
 | |
| tests/
 | |
| *.md
 | |
| !README.md
 | |
| 
 | |
| # Temporary and log files
 | |
| *.log
 | |
| *.tmp
 | |
| tmp/
 | |
| temp/
 | |
| 
 | |
| # Training data and large files
 | |
| train-data/
 | |
| works-data/
 | |
| 
 | |
| # Container files
 | |
| Dockerfile*
 | |
| docker-compose*.yml
 | |
| .dockerignore
 | |
| 
 | |
| # Development certificates and keys
 | |
| *.pem
 | |
| *.key
 | |
| *.crt
 | |
| profile_output.prof
 | |
| 
 | |
| # Large binary files that shouldn't be in container
 | |
| *.pdf
 | |
| chrome.json | 
