samwwwblack's blog
https://samwwwblack.lapwing.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
1.5 KiB
114 lines
1.5 KiB
# Created by .ignore support plugin (hsz.mobi) |
|
|
|
### Python template |
|
# Byte-compiled / optimized / DLL files |
|
__pycache__/ |
|
*.py[cod] |
|
|
|
# C extensions |
|
*.so |
|
|
|
# Distribution / packaging |
|
.Python |
|
env/ |
|
build/ |
|
develop-eggs/ |
|
dist/ |
|
downloads/ |
|
eggs/ |
|
.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 |
|
.coverage.* |
|
.cache |
|
nosetests.xml |
|
coverage.xml |
|
|
|
# Translations |
|
*.mo |
|
*.pot |
|
|
|
# Django stuff: |
|
*.log |
|
|
|
# virtualenv |
|
*venv/ |
|
|
|
# Sphinx documentation |
|
docs/_build/ |
|
|
|
# PyBuilder |
|
target/ |
|
|
|
|
|
### JetBrains template |
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm |
|
|
|
*.iml |
|
|
|
## Directory-based project format: |
|
.idea/ |
|
|
|
## File-based project format: |
|
*.ipr |
|
*.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 |
|
|
|
|
|
### Linux template |
|
*~ |
|
|
|
# KDE directory preferences |
|
.directory |
|
|
|
# Linux trash folder which might appear on any partition or disk |
|
.Trash-* |
|
|
|
|
|
### Sass template |
|
.sass-cache |
|
*.css.map |
|
|
|
# pelican |
|
Makefile |
|
output |
|
publishconf.py |
|
*.pid |
|
testimport |
|
cache
|
|
|