We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fbce25 commit 693bc3fCopy full SHA for 693bc3f
README.md
README.rst
@@ -0,0 +1,6 @@
1
+Fluent Python: example code
2
+===========================
3
+
4
+Example code for the book `Fluent Python`_ by Luciano Ramalho (O'Reilly, 2014)
5
6
+.. _Fluent Python: http://shop.oreilly.com/product/0636920032519.do
localfiles.txt
@@ -0,0 +1,10 @@
+update.sh
+localfiles.txt
+.git
+*.pyc
+__pycache__
+.gitignore
7
+.DS_Store
8
+*.arr
9
+README.rst
10
+LICENCE
update.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+rsync -av --delete --exclude-from localfiles.txt --exclude-from .gitignore ../atlas/code/ .
0 commit comments