diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1794b34 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +#files to ignoring +*.pyc +*.pyo +*.hg* +*.kpf +*.sock +*.debug_config +*.server_config +*.vagrant +#*# +\#*\# +.#* +.rope* +venv +debug.log +pip-log.txt +*.log +*.err +*.db +*.db-journal +*.pid +*.egg-info* +dist/* +_build/* \ No newline at end of file