aztk/.gitignore

42 строки
386 B
Plaintext

# custom
my-custom-scripts/
.aztk
# Virtual environments
ENV/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
tmp/
# Visual Studio Code
.vscode
.DS_Store
# PyTest
.cache/