mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
110 lines
1.3 KiB
Plaintext
110 lines
1.3 KiB
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
.build
|
|
eggs
|
|
.eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
pip-wheel-metadata
|
|
venv*
|
|
.venv*
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
docs/_build
|
|
docs/modules.rst
|
|
docs/*.internal.rst
|
|
docs/*.utils.rst
|
|
docs/*._utils.*
|
|
|
|
# Blockchain
|
|
chains
|
|
|
|
# Hypothesis Property base testing
|
|
.hypothesis
|
|
|
|
# tox/pytest cache
|
|
.cache
|
|
.pytest_cache
|
|
|
|
# pycache
|
|
__pycache__/
|
|
|
|
# Test output logs
|
|
logs
|
|
|
|
# VIM temp files
|
|
*.sw[op]
|
|
|
|
# mypy
|
|
.mypy_cache
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# vs-code
|
|
.vscode
|
|
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
|
# For a more precise, explicit template, see:
|
|
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
|
|
## General
|
|
.idea/*
|
|
.idea_modules/*
|
|
|
|
## File-based project format:
|
|
*.iws
|
|
|
|
## IntelliJ
|
|
out/
|
|
|
|
## Plugin-specific files:
|
|
|
|
### JIRA plugin
|
|
atlassian-ide-plugin.xml
|
|
|
|
### Crashlytics plugin (for Android Studio and IntelliJ)
|
|
com_crashlytics_export_strings.xml
|
|
crashlytics.properties
|
|
crashlytics-build.properties
|
|
fabric.properties
|
|
|
|
# END JetBrains section
|