Commit 38c63321 authored by jay's avatar jay
Browse files

additional ignore entries

parent 7d02935f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
#Py Files
*.pyc

#Vim
*.swp

#iPython
/.ipynb*

#PyCharm
/.idea

.idea/.name

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
autocnet
 No newline at end of file

.idea/autocnet.iml

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
  <component name="NewModuleRootManager">
    <content url="file://$MODULE_DIR$" />
    <orderEntry type="jdk" jdkName="Python 3.5.0 (~/anaconda3/envs/autocnet/bin/python)" jdkType="Python SDK" />
    <orderEntry type="sourceFolder" forTests="false" />
  </component>
  <component name="PyDocumentationSettings">
    <option name="myDocStringFormat" value="NumPy" />
  </component>
  <component name="TestRunnerService">
    <option name="projectConfiguration" value="Nosetests" />
    <option name="PROJECT_TEST_RUNNER" value="Nosetests" />
  </component>
</module>
 No newline at end of file

.idea/encodings.xml

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="Encoding">
    <file url="PROJECT" charset="UTF-8" />
  </component>
</project>
 No newline at end of file

.idea/misc.xml

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ProjectLevelVcsManager" settingsEditedManually="false">
    <OptionsSetting value="true" id="Add" />
    <OptionsSetting value="true" id="Remove" />
    <OptionsSetting value="true" id="Checkout" />
    <OptionsSetting value="true" id="Update" />
    <OptionsSetting value="true" id="Status" />
    <OptionsSetting value="true" id="Edit" />
    <ConfirmationsSetting value="0" id="Add" />
    <ConfirmationsSetting value="0" id="Remove" />
  </component>
  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.5.0 (~/anaconda3/envs/autocnet/bin/python)" project-jdk-type="Python SDK" />
</project>
 No newline at end of file
Loading