| 12345678910111213141516171819202122 |
- .idea
- *.iml
- .venv
- # Compiled class file
- *.class
- *.zip
- /target/*
- ### Java template
- # Log file
- *.log
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
- hs_err_pid*
- *.springBeans
- *.project
- *.classpath
- __pycache__*
|