xonsh/.gitignore
Artur Manuel 0292b43e64
feat(environ): allow XONSH_*_DIR to be configurable (#5783)
* feat(environ): allow XONSH_*_DIR to be configurable

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* test(env): add env var test

* fix(test): move test to test_environ

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update test_environ.py

* Update configurable-xonsh-dirs.rst

---------

Co-authored-by: Artur Manuel <balkenix@outlook.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Andy Kipp <anki-code@users.noreply.github.com>
2025-01-29 22:14:02 +06:00

106 lines
1.2 KiB
Text

*.pyc
*.out
*.xcf
*.egg
.eggs/
.pytest_cache/
lexer_table.py
parser_table.py
parser_test_table.py
xonsh/lexer_table.py
xonsh/parser_table.py
xonsh/completion_parser_table.py
xonsh/parsers/completion_parser_table.py
tests/lexer_table.py
tests/parser_table.py
tests/lexer_test_table.py
tests/parser_test_table.py
tests/testfile
build/
dist/
xonsh.egg-info/
docs/_build/
docs/envvarsbody
docs/xontribsbody
docs/eventsbody
xonsh/dev.githash
xontrib/__init__.py
# temporary files from vim and emacs
*~
*#
.#*
*.swp
*.swo
# Virtualenv
pip-selfcheck.json
bin/
/lib/
include/
venv/
.venv*/
# Python project version files
.python-version
# Mac
.DS_Store
# Editor project files
*.komodo*
.cache
.idea
.coverage
coverage.xml
feedstock/
*.cred
tttt
Actually_test.tst
Actually.tst
Complete_test.tst
Complete.tst
tags
# Rever
rever/
# Allow the lib
!/xonsh/lib
# Allow tests/bin
!/tests/bin
# elm
xonsh/webconfig/elm-stuff/
xonsh/webconfig/js/app.js
# VS Code
.vscode/
# AppImage
*.AppImage
# mypy
.dmypy.json
.mypy_cache
# testmon pytest-plugin
.testmondata
.testmondata-*
# pdm
.pdm.toml
.pdm-python
__pypackages__
# one can use pip or pdm during development
pdm.lock
# asv benchmarks
.asv/
# nix symlinks
result
repl-result-out