trio-ftplib/.gitignore

60 lines
587 B
Plaintext

# Add any project-specific files here:
# Sphinx docs
docs/build/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*~
\#*
.#*
# C extensions
*.so
# Distribution / packaging
.Python
/build/
/develop-eggs/
/dist/
/eggs/
/lib/
/lib64/
/parts/
/sdist/
/var/
/venv/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.pytest_cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot