Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
patkivikram committed Oct 9, 2022
1 parent 196b3df commit 76b6da4
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
test.txt

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

# pyenv
.python-version

# Environments
.coverage
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# flake8
.flake8

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# docs
docs/build/
docs/_build/
docs/Makefile
docs/*.rst

# vscode
.vscode

# Other
dagger-data

# JetBrains
.idea/

0 comments on commit 76b6da4

Please sign in to comment.