Skip to content

Commit

Permalink
Merge gitignores
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Oct 19, 2023
1 parent 5931196 commit 112560f
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 84 deletions.
87 changes: 75 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,77 @@
.mypy_cache
.pytest_cache
.ruff_cache
.vscode
/target

# Byte-compiled / optimized / DLL files
__pycache__/
.pytest_cache/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
.venv/
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
include/
man/
venv/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
pip-selfcheck.json

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

.DS_Store

# Sphinx documentation
docs/_build/

# PyCharm
.idea/

# VSCode
.vscode/

# Pyenv
.python-version

# Coverage files
.lcov
.venv
dist
build
*.egg-info
*.pyc
.idea
target
Cargo.lock

Cargo.lock
72 changes: 0 additions & 72 deletions crates/bh_agent_client/.gitignore

This file was deleted.

0 comments on commit 112560f

Please sign in to comment.