Skip to content

Commit

Permalink
pylint and git ignore configuration files.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 706673466
  • Loading branch information
agutkin committed Dec 16, 2024
1 parent a175742 commit e95b255
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Building and releasing library:
*.egg-info
*.pyc
*.so
build/
dist/
venv/

# Mac OS
.DS_Store

# Python tools
.mypy_cache/
.pytype/
.ipynb_checkpoints

# Editors
.idea
.vscode
Loading

0 comments on commit e95b255

Please sign in to comment.