.DS_Store
/core/core.iml
/agent/agent.iml
/target
**/.settings
**/.classpath
**/.project
/.idea
**/*.iml
/nb-configuration.xml
**/target
core/src/main/resources/com/taobao/arthas/core/res/version
**/*.orig

# Compiled output
*.pdf
*.html
*.docx

# Ignore backup files created by text editors
*~
*.bak

# Ignore temporary files
*.tmp
*.swp
*.DS_Store

# Ignore generated files
/_site/
/dist/
/build/

# Ignore files with sensitive information
credentials.txt
secrets.txt

# Ignore files generated by specific tools or frameworks
.vscode/
.idea/
node_modules/
