mirror of
https://github.com/budtmo/docker-android.git
synced 2025-12-08 18:25:50 +00:00
21 lines
181 B
Plaintext
21 lines
181 B
Plaintext
# IDE
|
|
**/*.idea
|
|
backup
|
|
|
|
# Python
|
|
**/*.egg-info
|
|
**/*.pyc
|
|
**/__pycache__
|
|
**/venv
|
|
|
|
# Unit Test
|
|
**/.coverage
|
|
**/coverage.xml
|
|
**/xunit.xml
|
|
**/coverage
|
|
tmp/
|
|
|
|
# Dev-files
|
|
n*.txt
|
|
test-*.sh
|