mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-05 19:41:24 +08:00
106 lines
1.7 KiB
Plaintext
106 lines
1.7 KiB
Plaintext
# Created by http://www.gitignore.io
|
|
|
|
### Python ###
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# PyInstaller
|
|
# Usually these files are written by a python script from a template
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
|
|
### PyCharm ###
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
|
|
|
|
## Directory-based project format
|
|
.idea/
|
|
/*.iml
|
|
# if you remove the above rule, at least ignore user-specific stuff:
|
|
# .idea/workspace.xml
|
|
# .idea/tasks.xml
|
|
# .idea/dictionaries
|
|
# and these sensitive or high-churn files:
|
|
# .idea/dataSources.ids
|
|
# .idea/dataSources.xml
|
|
# .idea/sqlDataSources.xml
|
|
# .idea/dynamic.xml
|
|
# and, if using gradle::
|
|
# .idea/gradle.xml
|
|
# .idea/libraries
|
|
|
|
## File-based project format
|
|
*.ipr
|
|
*.iws
|
|
|
|
## Additional for IntelliJ
|
|
out/
|
|
|
|
# generated by mpeltonen/sbt-idea plugin
|
|
.idea_modules/
|
|
|
|
# generated by JIRA plugin
|
|
atlassian-ide-plugin.xml
|
|
|
|
# generated by Crashlytics plugin (for Android Studio and Intellij)
|
|
com_crashlytics_export_strings.xml
|
|
|
|
|
|
### SublimeText ###
|
|
# workspace files are user-specific
|
|
*.sublime-workspace
|
|
|
|
# project files should be checked into the repository, unless a significant
|
|
# proportion of contributors will probably not be using SublimeText
|
|
# *.sublime-project
|
|
|
|
#sftp configuration file
|
|
sftp-config.json
|
|
|