-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuramos el gitignore y el README.md #76
Comments
GitIgnore Created by https://www.toptal.com/developers/gitignore/api/windows,linux,macos,pythonEdit at https://www.toptal.com/developers/gitignore?templates=windows,linux,macos,pythonLinux*~ temporary files which can be created if a process still has a handle open of a deleted file.fuse_hidden* KDE directory preferences.directory Linux trash folder which might appear on any partition or disk.Trash-* .nfs files are created when an open file is removed but is still being accessed.nfs* macOSGeneral.DS_Store Icon must end with two \rIcon Thumbnails._* Files that might appear in the root of a volume.DocumentRevisions-V100 Directories potentially created on remote AFP share.AppleDB macOS PatchiCloud generated files*.icloud PythonByte-compiled / optimized / DLL filespycache/ C extensions*.so Distribution / packaging.Python PyInstallerUsually these files are written by a python script from a templatebefore PyInstaller builds the exe, so as to inject date/other infos into it.*.manifest Installer logspip-log.txt Unit test / coverage reportshtmlcov/ Translations*.mo Django stuff:*.log Flask stuff:instance/ Scrapy stuff:.scrapy Sphinx documentationdocs/_build/ PyBuilder.pybuilder/ Jupyter Notebook.ipynb_checkpoints IPythonprofile_default/ pyenvFor a library or package, you might want to ignore these files since the code isintended to run in multiple environments; otherwise, check them in:.python-versionpipenvAccording to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.However, in case of collaboration, if having platform-specific dependencies or dependencieshaving no cross-platform support, pipenv may install dependencies that don't work, or notinstall all needed dependencies.#Pipfile.lock poetrySimilar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.This is especially recommended for binary packages to ensure reproducibility, and is morecommonly ignored for libraries.https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control#poetry.lock pdmSimilar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.#pdm.lock pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include itin version control.https://pdm.fming.dev/#use-with-ide.pdm.toml PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdmpypackages/ Celery stuffcelerybeat-schedule SageMath parsed files*.sage.py Environments.env Spyder project settings.spyderproject Rope project settings.ropeproject mkdocs documentation/site mypy.mypy_cache/ Pyre type checker.pyre/ pytype static type analyzer.pytype/ Cython debug symbolscython_debug/ PyCharmJetBrains specific template is maintained in a separate JetBrains.gitignore that canbe found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignoreand can be added to the global gitignore or merged into this file. For a more nuclearoption (not recommended) you can uncomment the following to ignore the entire idea folder.#.idea/ Python PatchPoetry local configuration file - https://python-poetry.org/docs/configuration/#local-configurationpoetry.toml ruff.ruff_cache/ LSP config filespyrightconfig.json WindowsWindows thumbnail cache filesThumbs.db Dump file*.stackdump Folder config file[Dd]esktop.ini Recycle Bin used on file shares$RECYCLE.BIN/ Windows Installer files*.cab Windows shortcuts*.lnk End of https://www.toptal.com/developers/gitignore/api/windows,linux,macos,python |
No description provided.
The text was updated successfully, but these errors were encountered: