python stuff
This commit is contained in:
parent
ec57881cd7
commit
283d715c08
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,3 +5,5 @@ cache.db
|
||||
.cache/*
|
||||
tags.vim
|
||||
sigs.vim
|
||||
*.sqlite
|
||||
python/.ipython/profile_default/startup/README
|
||||
|
2
python/.ipython/profile_default/ipython_config.py
Normal file
2
python/.ipython/profile_default/ipython_config.py
Normal file
@ -0,0 +1,2 @@
|
||||
c.InteractiveShellApp.extensions = ['autoreload']
|
||||
c.InteractiveShellApp.exec_lines = ['%autoreload 2']
|
@ -5,3 +5,5 @@ from numpy import *
|
||||
from time import *
|
||||
import re
|
||||
|
||||
#try: import colored_traceback.auto
|
||||
#except ImportError: pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user