27da312285
I tried to merge it so that future updates from the template will be much easier. The template is hosted at: https://github.com/ethereum/ethereum-python-project-template
177 lines
2.3 KiB
Plaintext
177 lines
2.3 KiB
Plaintext
# Byte-compiled / optimized / DLL files
|
|
*.py[cod]
|
|
__pycache__/
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
.eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
venv*
|
|
.Python
|
|
downloads/
|
|
wheels/
|
|
MANIFEST
|
|
pip-wheel-metadata
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
htmlcov/
|
|
.coverage.*
|
|
coverage.xml
|
|
*.cover
|
|
.pytest_cache/
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
docs/_build
|
|
docs/modules.rst
|
|
docs/*.internal.rst
|
|
docs/*._utils.*
|
|
|
|
# Hypothese Property base testing
|
|
.hypothesis
|
|
|
|
# tox/pytest cache
|
|
.cache
|
|
|
|
# Test output logs
|
|
logs
|
|
|
|
### JetBrains template
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
|
|
# User-specific stuff:
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|
|
.idea/dictionaries
|
|
.idea/vcs.xml
|
|
.idea/jsLibraryMappings.xml
|
|
|
|
# Sensitive or high-churn files:
|
|
.idea/dataSources.ids
|
|
.idea/dataSources.xml
|
|
.idea/dataSources.local.xml
|
|
.idea/sqlDataSources.xml
|
|
.idea/dynamic.xml
|
|
.idea/uiDesigner.xml
|
|
|
|
# Gradle:
|
|
.idea/gradle.xml
|
|
.idea/libraries
|
|
|
|
# Mongo Explorer plugin:
|
|
.idea/mongoSettings.xml
|
|
|
|
# VIM temp files
|
|
*.sw[op]
|
|
|
|
# mypy
|
|
.mypy_cache
|
|
|
|
## File-based project format:
|
|
*.iws
|
|
|
|
## Plugin-specific files:
|
|
|
|
# IntelliJ
|
|
/out/
|
|
|
|
# mpeltonen/sbt-idea plugin
|
|
.idea_modules/
|
|
|
|
# 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
|
|
|
|
# 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
|
|
|
|
# Django stuff:
|
|
*.log
|
|
local_settings.py
|
|
db.sqlite3
|
|
|
|
# Flask stuff:
|
|
instance/
|
|
.webassets-cache
|
|
|
|
# Scrapy stuff:
|
|
.scrapy
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# celery beat schedule file
|
|
celerybeat-schedule
|
|
|
|
# SageMath parsed files
|
|
*.sage.py
|
|
|
|
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
ENV/
|
|
env.bak/
|
|
|
|
# Spyder project settings
|
|
.spyderproject
|
|
.spyproject
|
|
|
|
# Rope project settings
|
|
.ropeproject
|
|
|
|
# mkdocs documentation
|
|
/site
|
|
|
|
# vscode
|
|
.vscode/
|