# Environment variables .env .env.local .env.*.local # Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ build/ dist/ *.egg-info/ # IDE .vscode/ .idea/ *.swp *.swo *~ # Logs *.log *.out *.pid # Database *.db *.sqlite *.sqlite3 # Checkpoints and temp files *_checkpoint.json *.tmp *.temp # OS .DS_Store Thumbs.db # Test outputs test_output/ *.test