# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/

# Virtual environments
.venv
venv/

# Environment variables (敏感信息)
.env
.env.local
.env.*.local

# Output files
outputs/
*.mp4
*.wav
*.srt

# System files
.DS_Store
*.swp
*.swo
*~

# IDE
.idea/
.vscode/
*.sublime-*

# uv lock file (可选，根据需求)
# uv.lock

# Imported from /Users/cian/.gitignore_global plus shared local caches
node_modules/
target/
out/
!**/src/main/**/target/
!**/src/test/**/target/
!.mvn/wrapper/maven-wrapper.jar
.history/
# Editor directories and files
.idea
.vscode
.claude
*.suo
*.ntvs*
*.njsproj
*.sln
*.iml
.cache/
