# Gradle
.gradle/
build/

# IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr
out/

# Compiled class files
*.class

# Log files
*.log

# Package files
*.jar
*.war
*.ear

# Maven (保留以防仍需要Maven)
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties

# OS specific
.DS_Store
Thumbs.db

# Python
.venv/
.coverage
__pycache__/
*.pyc
