Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
52 lines (45 sloc) 581 Bytes
# Compile products
*.pyc
*.class
*.crc
*.o
target/
/dist/
pyzoo/.pytest_cache/
pyzoo/ray_poc.zip
# External Python packages
python_packages/
# SBT, Maven specific
.cache
.history
.lib/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
dependency-reduced-pom.xml
# IDE specific
.scala_dependencies
.worksheet
*.iml
.idea/
# macOS specific
.DS_Store
# data files
*.csv
model*.[0-9]*
state*.[0-9]*
# other
nohup.out
*.log
*.un~
.ipynb_checkpoints/
pyspark/dist/
pyspark/build/
.project
.settings/
*/.cache-main
*/.cache-tests
*/.classpath
*/.project
*/.settings/
You can’t perform that action at this time.