.gitignore 108 B

12345678910111213
  1. # Cargo, Emacs
  2. target/
  3. *~
  4. # Python
  5. **/__pycache__/
  6. *.pyc
  7. # Aspect things
  8. device_signer.json
  9. ddtest*/
  10. _dd/