rainmoon/languages
0
1# VS workspace files2*.code-workspace3 4# Node artifact files5node_modules/6dist/7 8# Compiled Java class files9*.class10 11# Compiled Python bytecode12*.py[cod]13 14# Log files15*.log16 17# Package files18*.jar19 20# Maven21target/22dist/23 24# JetBrains IDE25.idea/26 27# Unit test reports28TEST*.xml29 30# Generated by MacOS31.DS_Store32 33# Generated by Windows34Thumbs.db35 36# Applications37*.app38*.exe39*.war40 41# Large media files42*.mp443*.tiff44*.avi45*.flv46*.mov47*.wmv48 49.env50.venv/51legacy/52 