python stuff

This commit is contained in:
anon 2024-06-16 18:06:39 +02:00
parent ec57881cd7
commit 283d715c08
3 changed files with 6 additions and 0 deletions
.gitignore
python
.ipython/profile_default
.pythonrc

2
.gitignore vendored

@ -5,3 +5,5 @@ cache.db
.cache/*
tags.vim
sigs.vim
*.sqlite
python/.ipython/profile_default/startup/README

@ -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