66 lines
		
	
	
		
			524 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
		
			524 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Python
 | |
| __pycache__/
 | |
| *.py[cod]
 | |
| *$py.class
 | |
| *.so
 | |
| .Python
 | |
| env/
 | |
| venv/
 | |
| .venv/
 | |
| .env
 | |
| 
 | |
| # FastAPI
 | |
| .pytest_cache/
 | |
| .coverage
 | |
| htmlcov/
 | |
| *.log
 | |
| 
 | |
| # Database
 | |
| *.db
 | |
| *.sqlite3
 | |
| 
 | |
| # IDE
 | |
| .vscode/
 | |
| .idea/
 | |
| *.swp
 | |
| *.swo
 | |
| 
 | |
| # macOS
 | |
| .DS_Store
 | |
| 
 | |
| # Node
 | |
| node_modules/
 | |
| dist/
 | |
| build/
 | |
| .next/
 | |
| .nuxt/
 | |
| *.log*
 | |
| 
 | |
| # iOS
 | |
| *.xcworkspace
 | |
| xcuserdata/
 | |
| *.xcscmblueprint
 | |
| *.xccheckout
 | |
| DerivedData/
 | |
| *.ipa
 | |
| *.dSYM.zip
 | |
| *.dSYM
 | |
| Pods/
 | |
| 
 | |
| # Secrets
 | |
| .env.local
 | |
| .env.production
 | |
| secrets/
 | |
| *.key
 | |
| *.pem
 | |
| 
 | |
| # Origin
 | |
| node_modules
 | |
| dist
 | |
| tt
 | |
| app.js
 | |
| yarn-error.log
 | |
| package-lock.json
 | |
| yarn.lock
 | |
| **DS_Store
 |