app-gen-tool/.gitignore
Reed, Joshua b57e56f487 Remove tempo-vulture example and keep only adminer.
The adminer example is an APACHE-2.0 license which
mathes this repo and the tempo-vulture one does not.
Therefore, upating this repo to keep similar licenses.

Test Plan:
PASS - Make sure pytests keep working after update.
PASS - Make sure all examples continue to work after
       changing them.

Story: 2010937
Task: 49379

Change-Id: Iba24c9e356886dc8c300c092fb42590f53ae4bc7
Signed-off-by: Reed, Joshua <Joshua.Reed@windriver.com>
2024-01-04 09:47:26 -07:00

13 lines
143 B
Plaintext

# Virtual Environment
venv/
env/
example/output
example/adminer
output/
# Package / cache items
.eggs
.idea
__pycache__
*.egg-info/
*.coverage