Remove files that should be .gitignore'd

This commit is contained in:
Campbell 2024-02-25 19:39:20 -05:00 committed by GitHub
parent 397c2a8e38
commit 34dd43e206
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 0 additions and 78 deletions

8
.idea/.gitignore generated vendored
View File

@ -1,8 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

View File

@ -1,13 +0,0 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<option name="ignoredErrors">
<list>
<option value="N802" />
<option value="N806" />
</list>
</option>
</inspection_tool>
</profile>
</component>

View File

@ -1,6 +0,0 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

10
.idea/libWiiPy.iml generated
View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.venv" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

7
.idea/misc.xml generated
View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Black">
<option name="sdkName" value="Python 3.11 (libWiiPy)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (libWiiPy)" project-jdk-type="Python SDK" />
</project>

8
.idea/modules.xml generated
View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/libWiiPy.iml" filepath="$PROJECT_DIR$/.idea/libWiiPy.iml" />
</modules>
</component>
</project>

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +0,0 @@
Metadata-Version: 2.1
Name: libWiiPy_NinjaCheetah
Version: 0.0.1
Summary: A Wii-related library for Python
Author-email: NinjaCheetah <ninjacheetah@ncxprogramming.com>
Project-URL: Homepage, https://github.com/NinjaCheetah/libWiiPy
Project-URL: Issues, https://github.com/NinjaCheetah/libWiipy/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
# libWiiPy

View File

@ -1,9 +0,0 @@
LICENSE
README.md
pyproject.toml
src/libWiiPy_NinjaCheetah/__init__.py
src/libWiiPy_NinjaCheetah/example.py
src/libWiiPy_NinjaCheetah.egg-info/PKG-INFO
src/libWiiPy_NinjaCheetah.egg-info/SOURCES.txt
src/libWiiPy_NinjaCheetah.egg-info/dependency_links.txt
src/libWiiPy_NinjaCheetah.egg-info/top_level.txt

View File

@ -1 +0,0 @@
libWiiPy_NinjaCheetah