Skip to content

Commit

Permalink
learned bssrdf: python code initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dvicini committed Sep 17, 2019
1 parent aaf1382 commit e51868b
Show file tree
Hide file tree
Showing 101 changed files with 879,747 additions and 5 deletions.
79 changes: 74 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
tmp_commands.txt
pysrc/notebooks/nice_*.png
pysrc/notebooks/vae_*.png
pysrc/figures/slabs/scenes

.vscode
/xla
perf.data
perf.data.old

# Documentation
doc/apidocs/*
doc/*.aux
Expand All @@ -15,7 +25,8 @@ build/release
build/debug
debian
.sconsign.dblite
config.py
/config.py

config.log
*.pyc

Expand All @@ -38,13 +49,71 @@ Mitsuba.app
.DS_Store

# Imported geometry and some default output types
/meshes
/textures
mitsuba.*.log
*.exr
# /meshes
# /textures
# mitsuba.*.log
# *.exr

# Eclipse CDT project files
.externalToolBuilders
.settings
.cproject
.project

pysrc/tmp
pysrc/graphs
pysrc/scatterparams_*
pysrc/outputs

.ipynb_checkpoints



## Core latex/pdflatex auxiliary files:

report/edic_semester_report/report.pdf
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2

## Intermediate documents:
*.dvi
*.xdv
*-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf

## Generated if empty string is given at "Please type another file name for output:"
.pdf

## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.run.xml

## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
*.tex.bak

## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa
Empty file added pysrc/__init__.py
Empty file.
Loading

0 comments on commit e51868b

Please sign in to comment.