diff options
| author | Karan Jayachandra <me@karanj.com> | 2025-11-14 18:10:49 +0100 |
|---|---|---|
| committer | Karan Jayachandra <me@karanj.com> | 2025-11-14 18:10:49 +0100 |
| commit | 202cf761e5162720f25521a75ae7cd6a4e0e5456 (patch) | |
| tree | 0e57324bc72629cba3ed817b3439780f6959e509 /.gitignore | |
| parent | 90390365bd93a4ee086c2931bb70ffa571a726b9 (diff) | |
| parent | 56eb065a8165b3f508a35734adbb00c76bee012a (diff) | |
Merge branch 'develop' into 'main'
Develop
See merge request KaranJayachandra/match_up!21
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 253 |
1 files changed, 108 insertions, 145 deletions
@@ -1,181 +1,144 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class +# Data files +*.csv -# Distribution / packaging -.Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -share/python-wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* -# 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 +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json -# Installer logs -pip-log.txt -pip-delete-this-directory.txt +# Runtime data +pids +*.pid +*.seed +*.pid.lock -# Unit test / coverage reports -htmlcov/ -.tox/ -.nox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*.cover -*.py,cover -.hypothesis/ -.pytest_cache/ -cover/ +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov -# Translations -*.mo -*.pot +# Coverage directory used by tools like istanbul +coverage +*.lcov -# Django stuff: -*.log -local_settings.py -db.sqlite3 -db.sqlite3-journal +# nyc test coverage +.nyc_output -# Flask stuff: -instance/ -.webassets-cache +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt -# Scrapy stuff: -.scrapy +# Bower dependency directory (https://bower.io/) +bower_components -# Sphinx documentation -docs/_build/ +# node-waf configuration +.lock-wscript -# PyBuilder -.pybuilder/ -target/ +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release -# Jupyter Notebook -.ipynb_checkpoints +# Dependency directories +node_modules/ +jspm_packages/ -# IPython -profile_default/ -ipython_config.py +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ -# pyenv -# For a library or package, you might want to ignore these files since the code is -# intended to run in multiple environments; otherwise, check them in: -# .python-version +# TypeScript cache +*.tsbuildinfo -# pipenv -# According 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 dependencies -# having no cross-platform support, pipenv may install dependencies that don't work, or not -# install all needed dependencies. -#Pipfile.lock +# Optional npm cache directory +.npm -# poetry -# Similar 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 more -# commonly ignored for libraries. -# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control -#poetry.lock +# Optional eslint cache +.eslintcache -# pdm -# Similar 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 it -# in version control. -# https://pdm.fming.dev/#use-with-ide -.pdm.toml +# Optional stylelint cache +.stylelintcache -# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm -__pypackages__/ +# Optional REPL history +.node_repl_history -# Celery stuff -celerybeat-schedule -celerybeat.pid +# Output of 'npm pack' +*.tgz -# SageMath parsed files -*.sage.py +# Yarn Integrity file +.yarn-integrity -# Environments +# dotenv environment variable files .env -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ +.env.* +!.env.example + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache -# Spyder project settings -.spyderproject -.spyproject +# Next.js build output +.next +out -# Rope project settings -.ropeproject +# Nuxt.js build / generate output +.nuxt +dist +.output -# mkdocs documentation -/site +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public -# mypy -.mypy_cache/ -.dmypy.json -dmypy.json +# vuepress build output +.vuepress/dist -# Pyre type checker -.pyre/ +# vuepress v2.x temp and cache directory +.temp +.cache -# pytype static type analyzer -.pytype/ +# Sveltekit cache directory +.svelte-kit/ -# Cython debug symbols -cython_debug/ +# vitepress build output +**/.vitepress/dist -# PyCharm -# JetBrains specific template is maintained in a separate JetBrains.gitignore that can -# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore -# and can be added to the global gitignore or merged into this file. For a more nuclear -# option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +# vitepress cache directory +**/.vitepress/cache -# VS Code -.vscode +# Docusaurus cache and generated files +.docusaurus -# Data -data -*.csv +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ -# Scripts -*.ps1 -*.cmd -*.sh +# Firebase cache directory +.firebase/ -# Mac specfic -.DS_Store +# TernJS port file +.tern-port -# Databases -*.db +# Stores VSCode versions used for testing VSCode extensions +.vscode-test -# Environmental variables -*.flaskenv +# yarn v3 +.pnp.* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions -# Caches -.ruff_cache
\ No newline at end of file +# Vite files +vite.config.js.timestamp-* +vite.config.ts.timestamp-* +.vite/
\ No newline at end of file |
