diff --git a/.gitignore b/.gitignore index 7a5bee5..5718d26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ +# Bitbucket token .repository-token -**/__pycache__/ -build/ -**/*.egg-info/ +# Virtual environment +venv/ + +# Build folders and artifacts dist/ +build/ +**/__pycache__/ +**/*.egg-info/