Skip to content

Commit

Permalink
Merge pull request #12 from DanielKotik/python_package_refactoring
Browse files Browse the repository at this point in the history
Python package refactoring
  • Loading branch information
DanielKotik authored Aug 15, 2021
2 parents 2436587 + 6aacf94 commit 4228612
Show file tree
Hide file tree
Showing 41 changed files with 417 additions and 796 deletions.
17 changes: 8 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
Airy_2d/Airy2d-out/*
Laguerre_Gauss_3d/LaguerreGauss3d-out/*
Gauss_2d/planar/*
Gauss_2d/concave/*
Gauss_2d/convex/*
scripts/Airy_2d/Airy2d-out/*
scripts/Laguerre_Gauss_3d/LaguerreGauss3d-out/*
scripts/Gauss_2d/planar/*
scripts/Gauss_2d/concave/*
scripts/Gauss_2d/convex/*

### Jupyter ###
.ipynb_checkpoints
*/.ipynb_checkpoints/*

### Cython ###
Laguerre_Gauss_3d/optbeam.c
Laguerre_Gauss_3d/optbeam.html

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down Expand Up @@ -124,3 +120,6 @@ dmypy.json

# Pyre type checker
.pyre/

# Virtual environment created via python -m venv optbeam-env
optbeam-env
58 changes: 0 additions & 58 deletions Airy_2d/optbeam.pxd

This file was deleted.

229 changes: 0 additions & 229 deletions Airy_2d/optbeam.py

This file was deleted.

55 changes: 0 additions & 55 deletions Gauss_2d/optbeam.pxd

This file was deleted.

Loading

0 comments on commit 4228612

Please sign in to comment.