# .env
.env*
*.env
!.env.example

# OS X
.DS_Store*
Icon?
._*

# Windows
Thumbs.db
thumbs.db
ehthumbs.db
Desktop.ini

# Linux
.directory
*~

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Node artifact files
node_modules/
dist/

# Compiled Java class files
*.class

# Compiled Python bytecode
*.py[cod]

# Log files
*.log

# Package files
*.jar

# Maven
target/

# JetBrains IDE
.idea/

# Unit test reports
TEST*.xml

# Generated by MacOS
.DS_Store

# Applications
*.app
*.war

# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv

# Others
bin
.idea
.vscode
.cache
build
*.egg-info
.temp
temp
.tmp
tmp
scripts
venv
venv/*
*pycache*
.pypirc