diff options
author | Kyle K <kylek389@gmail.com> | 2017-04-01 03:34:41 -0500 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2017-04-01 03:34:41 -0500 |
commit | a3d3368d9f024052632dc87b5d52e26a223c7869 (patch) | |
tree | 14f542224ba986030ea2a9424480a3975e4e72bb /.gitignore | |
parent | 007a3ca9ea7c23f14341da104de47ecc919dfa77 (diff) | |
download | PythonPractice-a3d3368d9f024052632dc87b5d52e26a223c7869.tar.gz PythonPractice-a3d3368d9f024052632dc87b5d52e26a223c7869.tar.bz2 PythonPractice-a3d3368d9f024052632dc87b5d52e26a223c7869.zip |
interator / generators exmaples
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f11b75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ |