
*.zip
.classpath
*.jar
*.class
*.gz
dist/
.eggs
var/

# -------------------------------
# PYTHON
# -------------------------------

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/

submodules/*
dist/*


# -------------------------------
# JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# -------------------------------

# User-specific stuff:
**/.idea/

## File-based project format:
**/*.ipr
**/*.iws
**/*.iml

## Plugin-specific files:

# IntelliJ
**/out/

# Maven
**/target/
**/pom.xml.tag
**/pom.xml.releaseBackup
**/pom.xml.versionsBackup
**/pom.xml.next
**/release.properties
**/dependency-reduced-pom.xml
**/buildNumber.properties
**/.mvn/timing.properties

# mpeltonen/sbt-idea plugin
**/.idea_modules/


# -------------------------------
# Intellij
# -------------------------------

*.iml
*.iws

**/.idea/

# -------------------------------
# Maven
# -------------------------------

log/
target/

.cproject
.settings
cyberx.bro.properties
.pydevproject
*~

# -------------------------------
# Eclipse
# -------------------------------
.plugins/
.classpath
bin/
.project

.pypirc

build/


*.egg-info
