Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .gitignore
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stop adding .gitignore, I have never asked for this

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
4 changes: 4 additions & 0 deletions dyson/grids/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

grid
frequency
time
fourier
pade
util
"""

from __future__ import annotations
Expand Down