Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support .sindriignore in create_circuit method #44

Open
KPreisner opened this issue May 13, 2024 · 2 comments
Open

Support .sindriignore in create_circuit method #44

KPreisner opened this issue May 13, 2024 · 2 comments

Comments

@KPreisner
Copy link
Member

Support .sindriignore in create_circuit method

When a user supplies a directory as their upload path for the create_circuit method, the method automatically tars up the directory before sending it. The tarring should read the contents of a .sindriignore file (if it exists) and exclude those files/paths from the tar.

@KPreisner
Copy link
Member Author

@KPreisner
Copy link
Member Author

Here is a Python gitignore parser that we can use: https://github.com/mherrmann/gitignore_parser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant