summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-07 08:55:33 +0300
committerYuval Adam <_@yuv.al>2017-08-07 08:57:40 +0300
commit14958653b9bf92f56316511e8080baeeaf409b97 (patch)
tree65503639105fa6074bcbeb11164cc82a70828c4e /.gitignore
Basic structure and initial homepage
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d575763
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.pyc
+__pycache__
+build/ \ No newline at end of file